12 unstable releases (3 breaking)

0.4.0 Sep 26, 2023
0.4.0-rc.7 Mar 28, 2023
0.4.0-rc.5 Feb 15, 2023
0.3.0 Jan 31, 2023
0.1.0 Nov 9, 2022

#1350 in Cryptography

49 downloads per month
Used in pg-core

MIT/Apache

14KB
222 lines

Identity-based signatures (IBS).

Pure rust implementations of identity-based signature algorithms.

Supported schemes

Currently only the Galindo-Garcia scheme is supported.

Features

Feature Default? Description
serde Enables serde serialization and deserialization for exported structs.
zeroize Enables [Zeroize][zeroize-trait] for secret exported structs.

lib.rs:

Identity-based signatures (IBS) library.

Currently this library contains only one IBS scheme: Galindo-Garcia (GG).

Dependencies

~2.8–4MB
~71K SLoC