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

#2106 in Cryptography

Download history 5/week @ 2024-06-17 7/week @ 2024-06-24 5/week @ 2024-07-01 5/week @ 2024-07-22 14/week @ 2024-07-29 5/week @ 2024-09-09 50/week @ 2024-09-23 7/week @ 2024-09-30

62 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.7–4MB
~70K SLoC