Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 961 Bytes

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 961 Bytes

Changelog

[1.1.1] - 2025-01-01

Added

  • New method for range proofs (ProveRange and VerifyRange).
  • Support for time-based proofs (ProveTimestamp and VerifyTimestamp).
  • Support for proving set membership (ProveSetMembership and VerifySetMembership).

Changed

  • Refined HMAC implementation to retrieve the secret key from environment variables for enhanced security and flexibility.

Fixed

  • Bug in age verification logic that caused incorrect validation for dates close to the required age.

[1.1.0] - 2025-01-01

Added

  • Salt generation improvements for stronger proofs.

Changed

  • Refactored ZKP class to improve performance and modularity.

Fixed

  • Fixed an issue where incorrect salt generation would sometimes lead to hash mismatches.

[1.0.0] - 2025-01-01

Initial release

  • Proof of Age feature (ProveAge and VerifyAge).
  • Proof of Balance feature (ProveBalance and VerifyBalance).