reclaimprotocol / zk-symmetric-crypto

A circom library for zero-knowledge proofs of symmetric encryption key ownership without key revelation.
6 stars 3 forks source link

Optimize bit manipulation functions in utils.ts (#7) #11

Closed srimur closed 5 days ago

srimur commented 1 week ago

Description

Optimizes several bit manipulation functions in utils.ts by leveraging more efficient data structures, such as TypedArrays and DataView. This refactor improves performance without altering functionality. Key changes include:


Testing


Type of change


Checklist


Additional Notes

CLAassistant commented 1 week ago

CLA assistant check
All committers have signed the CLA.