bls12_381_relic

Crates.iobls12_381_relic
lib.rsbls12_381_relic
version
sourcesrc
created_at2024-06-14 13:07:35.421656
updated_at2024-12-09 21:00:11.032813
descriptionBindings for BLS12-381 implemented by relic
homepage
repositoryhttps://github.com/ait-crypto/bls12_381_relic/
max_upload_size
id1271960
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sebastian Ramacher (sebastinas)

documentation

README

Pairing-friendly BLS12-381 curve provided by relic

relic is a library implementing pairing-friendly curves (among many other things). This crate integrates the algorithms provided by relic with the traits defined by pairing.

Security Notes

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

License

This crate is licensed under the Apache-2.0 or MIT license.

Commit count: 126

cargo fmt