Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
/ hash Public archive

A collection of algebraic hash functions written in Rust.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

toposware/hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hash

This crate provides an implementation of algebraic cryptographic hash functions.

  • This implementation can be used in no-std environments by relying on the alloc crate instead.

WARNING: This is an ongoing, prototype implementation subject to changes. In particular, it has not been audited and may contain bugs and security flaws. This implementation is NOT ready for production use.

It currently contains:

  • an instantiation of Rescue-Prime over a 64-bit prime field with state width 8 and capacity 4
  • an instantiation of Rescue-Prime over a 64-bit prime field with state width 12 and capacity 4
  • an instantiation of Rescue-Prime over a 64-bit prime field with state width 14 and capacity 7

License

Licensed under either of

at your option.

About

A collection of algebraic hash functions written in Rust.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages