dojo / crypto

:rocket: Dojo 2 - cryptography utilities.
http://dojo.io
Other
7 stars 14 forks source link

Create WebCrypto provider for Hash #4

Open eheasley opened 9 years ago

eheasley commented 9 years ago

This provider will use WebCrypto's SublteCrypto.digest function to perform hash operations. It will need to handle incremental updating and input validation itself since the actual WebCrypto function won't be called until the hash is finalized.

crypto Proposal Reference - Hash Section

jason0x43 commented 9 years ago

See examples at https://github.com/diafygi/webcrypto-examples