@helios-lang/crypto
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@helios-lang/crypto", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Cryptography primitives used throughout HeliosLang codebase", | ||
@@ -26,3 +26,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@helios-lang/codec-utils": "^0.3.1" | ||
"@helios-lang/codec-utils": "^0.3.2" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
@@ -159,3 +159,3 @@ import { makeBase32 } from "@helios-lang/codec-utils" | ||
if (!verifySplitBech32(hrp, payload)) { | ||
throw new Error("invalid bech32 addr") | ||
throw new Error(`invalid bech32 addr ${addr}`) | ||
} | ||
@@ -162,0 +162,0 @@ |
260696