Pure rust implementations of identity-based signature algorithms.
Currently only the Galindo-Garcia scheme is supported.
Feature | Default? | Description |
---|---|---|
serde |
✓ | Enables serde serialization and deserialization for exported structs. |
zeroize |
✓ | Enables [Zeroize ][zeroize-trait] for secret exported structs. |