Skip to content

v0.0.9

Compare
Choose a tag to compare
@woodruffw woodruffw released this 17 Jul 13:55
· 48 commits to main since this release
fbf7558

Added

  • The Distribution type and APIs have been added, allowing a user to supply
    a pre-computed digest instead of performing I/O
    (#34)

Changed

  • sign and verify no longer perform I/O
    (#34)

Fixed

  • verify: catch another leaky error case
    (#32)