ibs

Crates.ioibs
lib.rsibs
version0.4.0
sourcesrc
created_at2022-11-09 13:00:33.621034
updated_at2023-09-26 12:08:25.782313
descriptionIdentity-Based Signature schemes
homepage
repositoryhttps://github.com/encryption4all/ibs
max_upload_size
id708764
size27,376
(Iso5786)

documentation

README

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.
Commit count: 28

cargo fmt