asmcrypto / asmcrypto.js

JavaScript Cryptographic Library with performance in mind.
MIT License
659 stars 182 forks source link

Update implemented/planned functions in README.md #143

Closed mahrud closed 3 years ago

mahrud commented 6 years ago

It's not clear from the README file whether many functions are implemented or not. Among them are AES_ECB, AES_CTR, AES_GCM, and most RSA functions. In particular, RSA-PKCS1_v1.5 is listed as not yet implemented at the end of the file, but this exists. Is it incomplete?