Skip to content

CSPRNG v1.0.0

Latest
Compare
Choose a tag to compare
@manu-bhadoria manu-bhadoria released this 20 Dec 06:21
· 1 commit to main since this release
9608c31

I am excited to announce the first stable release of our CSPRNG Library for Zero-Knowledge Proofs!

What's in this release:

  • Implementation of Cryptographically Secure Pseudo-Random Number Generation.
  • Support for multiple hash functions including SHA-256, Blake2s, and Keccak256.
  • Seed reseeding functionality for dynamic randomness.
  • Conversion functions between different data types.
  • Extensive test suite for reliability assurance.
  • Customizable output for various cryptographic requirements.

Future Directions

I am committed to enhancing CSPRNG further. Planned future updates include more hash functions, different ways to increase seed entropy, and expansion of the library to encompass a wider range of random number generator functions.

Disclaimer

This is experimental software and is provided on an "as is" and "as available" basis. I do not give any warranties and will not be liable for any losses incurred through any use of this code base.