Open eheasley opened 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.
SublteCrypto.digest
crypto Proposal Reference - Hash Section
See examples at https://github.com/diafygi/webcrypto-examples
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