Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@emturner emturner released this 02 Jul 08:41
5770da3

A new release, containing breaking-changes in several places:

  • new aggregate PublicKey, PublicKeyHash, Signature types
  • hashes are now always correct length by construction
  • allowing for a reduction in unnecessary errors when using hashing & b58check functions
  • NomReader now makes lifetimes explicit, allow for zero-copy parsing in certain places