Expand description
Threshold attribute-based signing.
Sign if the signer’s attributes satisfy a policy AND enough signers (threshold) participate. Combines attribute-based access control with threshold signing.
Structs§
- AbsSession
- A signing session with attribute-based access control.
- Attribute
Signer - A signer with attributes.
- Sign
Policy - A signing policy: attributes that must be satisfied.
Enums§
- Attribute
- An attribute value.
Functions§
- satisfies_
policy - Check if a signer satisfies the required attributes.