Crates.io | ibs |
lib.rs | ibs |
version | 0.4.0 |
source | src |
created_at | 2022-11-09 13:00:33.621034 |
updated_at | 2023-09-26 12:08:25.782313 |
description | Identity-Based Signature schemes |
homepage | |
repository | https://github.com/encryption4all/ibs |
max_upload_size | |
id | 708764 |
size | 27,376 |
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. |