This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the access control example crypto library
assemblyscript/crypto.ts is now way more readable, faster (fixed-size arrays cannot really be fixed-size in AS, and classes can be more efficient) and smaller. Signatures and EC arithmetic are now done on the Ristretto group for yet another slight speedup.
- Loading branch information