Skip to content

noir-lang/sha512

Repository files navigation

sha512

Warning

This library has not been reviewed by the Noir team and is unaudited. Use at your own risk.

Library that implements SHA512 and SHA384

Noir version compatibility

This library is tested against all stable versions of noir from 1.0.0-beta.3.

Benchmarks

Benchmarks are ignored by git and checked on pull-request. As such, benchmarks may be generated with the following command.

# execute the following
./scripts/build-gates-report.sh

The benchmark will be generated at ./gates_report.json.

Installation

In your Nargo.toml file, add the version of this library you would like to install under dependency:

[dependencies]
sha512 = { tag = "v0.1.0", git = "https://github.com/noir-lang/sha512" }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published