Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 877 Bytes

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 877 Bytes

0.4.4

  • Predicates: Added greater than (GT), less than (LT), and less than or equal (LE)

0.4.3

  • BLS: add proof of possession functionality
  • Remove custom JsonEncodable/Decodable trait from API
  • Avoid secrets tracing

0.4.2

  • BLS: verification optimization
  • Rust API enhancements (add more Clone derives for structures)
  • CL: update link-secrets logic - allow to use multiply link-secrets as non-schema attributes

Note: This version of Indy Crypto can process artifacts from previous one. But in reason of multiply link-secrets support older versions can't consume CL output of 0.4.2.

0.4.1

  • Bugfix: correct format of KeyCorrectness proof JSON representation

0.4.0

  • Anoncreds API refactoring for better revocation support

0.3.0

  • Revocation support for anoncreds CL

0.2.0

  • Anoncreds CL added to the library

0.1.0

  • Initial release
  • BLS multisignature support.