Skip to content

v0.0.2 Crypto crates point release

Pre-release
Pre-release
Compare
Choose a tag to compare
@CjS77 CjS77 released this 21 Jun 11:49
· 1804 commits to master since this release
1830e8e

This point release updates the tari_crypto crate to v0.0.2.

Major changes

  • RFC content updated to latest as of 21/6/201
  • New benchmarks, using the criterion library
  • Commitments have been refactored to be more general and ergonomic
  • The Blake256 type has been added, providing a 256bit Blake2b Hash
  • Lots of code reorganisations - putting things where they belong
  • A Bulletproof Range Proof service has been added
  • Challenge has been deprecated in favour of using Digest directly
  • Keys and Signatures now implement the Serialize and Deserialize traits
  • Schnorr signatures implement Ord
  • General cipher trait and ChaCha20 added
  • General MessageFormat trait added, helpful for serialising to hex, json and binary
  • ExtendBytes trait added, helpful for serialising to binary