pqcrypto-picnic

Crates.iopqcrypto-picnic
lib.rspqcrypto-picnic
version0.2.0
sourcesrc
created_at2021-12-06 17:00:37.467796
updated_at2024-08-08 11:38:18.579077
descriptionPicnic implementation for `pqcrypto`
homepagehttps://microsoft.github.io/Picnic/
repositoryhttps://github.com/ait-crypto/pqcrypto-picnic
max_upload_size
id493284
size27,316
Sebastian Ramacher (sebastinas)

documentation

README

Picnic implementation for pqcrypto

This crate provides bindings for the optimized implementation of the Picnic digital signature scheme. It implements the traits of the pqcrypto-traits crate.

Features

This crate supports the following features:

  • picnic (default): Enable the Picnic parameter sets with ZKB++/Fiat-Shamir as proof system.
  • unruh-transform: Enable the Picnic parameter sets with ZKB++/Unruh as proof system.
  • picnic3 (default): Enable the Picnic parameter sets with KKW/Fiat-Shamir as proof system.
  • system (default): Use the shared library of Picnic per default.
  • static-fallback (default): Build Picnic on demand if shared library is not available.
  • std (default): Use std.
  • serialization: Enable serialization with serde.
  • zeroize: Enable zeroization of secret keys with the zeroize crate.

If the crate is not built with std enabled, the alloc crates is used.

Security Notes

This crate has received no security audit. Use at your own risk.

License

This crate is licensed under the MIT license.

Commit count: 16

cargo fmt