dojo / crypto

:rocket: Dojo 2 - cryptography utilities.

Home Page:http://dojo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create public API for HMAC

eheasley opened this issue · comments

The current plan is for this to look similar to dojo/request, with a front facing API and support for multiple providers. API functions will call methods on providers that actually implement the HMAC algorithm. The API consists of the hmac and hmac.create functions, where hmac.create will return an Hmac instance that can be incrementally updated.

crypto Proposal Reference - HMAC Section