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

#2678 in Cryptography

Download history 1/week @ 2025-11-18 25/week @ 2026-01-20 22/week @ 2026-01-27 11/week @ 2026-02-03 72/week @ 2026-02-10 62/week @ 2026-02-17 107/week @ 2026-02-24 113/week @ 2026-03-03

355 downloads per month
Used in pg-core

MIT/Apache

14KB
222 lines

Identity-based signatures (IBS) library.

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


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.

Dependencies

~2.9–4.5MB
~80K SLoC