- New method for range proofs (
ProveRange
andVerifyRange
). - Support for time-based proofs (
ProveTimestamp
andVerifyTimestamp
). - Support for proving set membership (
ProveSetMembership
andVerifySetMembership
).
- Refined HMAC implementation to retrieve the secret key from environment variables for enhanced security and flexibility.
- Bug in age verification logic that caused incorrect validation for dates close to the required age.
- Salt generation improvements for stronger proofs.
- Refactored
ZKP
class to improve performance and modularity.
- Fixed an issue where incorrect salt generation would sometimes lead to hash mismatches.
- Proof of Age feature (
ProveAge
andVerifyAge
). - Proof of Balance feature (
ProveBalance
andVerifyBalance
).