as-hmac-sha2
Advanced tools
Comparing version 1.0.0 to 1.0.1
/// <reference path="../node_modules/assemblyscript/index.d.ts" /> | ||
export * from "./sha256"; | ||
export * from "./sha512"; | ||
export * from "./utils"; |
{ | ||
"name": "as-hmac-sha2", | ||
"version": "1.0.0", | ||
"description": "SHA-256, HMAC-SHA256, SHA-512 and HMAC-SHA512 for AssemblyScript", | ||
"version": "1.0.1", | ||
"description": "SHA-256, HMAC-SHA256, SHA-512 and HMAC-SHA512 for AssemblyScript.", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
28539
731