-
Notifications
You must be signed in to change notification settings - Fork 115
Description
The ACL components define a set of procedures that determine whether authentication is required or not.
We currently use "trigger procedure" and "tracked procedure" inconsistently, and it would be good to resolve this. The MASM code primarily uses "trigger" while the Rust APIs more frequently use "tracked". This is also reflected in the slot names, e.g. AuthEcdsaK256KeccakAcl::tracked_procedure_roots_slot.
I don't have a strong preference, but "trigger" seems to be used more often, so maybe "tracked" should be changed to "trigger". Also, "trigger", to me, captures a little better that these "trigger authentication when called".
This affects at least:
AuthEcdsaK256KeccakAcl::tracked_procedure_roots_slotAuthRpoFalcon512Acl::tracked_procedure_roots_slot
Including their documentation and the slot name itself.
cc @partylikeits1983 @mmagician for naming preferences
Context: #2025 (comment)