dojo / crypto

:rocket: Dojo 2 - cryptography utilities.

Home Page:http://dojo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create pure JS provider for Hash

eheasley opened this issue · comments

The JS provider can be based on the implementations in dojox/encoding. It should include at least MD5, SHA1, and the SHA2 family (SHA256, SHA512, etc.).

crypto Proposal Reference - Hash Section