simple-signed-records-engine
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -31,3 +31,3 @@ /* Simple Signed Records Engine*/ | ||
return { | ||
Identity: bech32.encode(keypair.publicKey), | ||
Identity: bech32.encode('ssi', keypair.publicKey), | ||
Payload: signature, | ||
@@ -34,0 +34,0 @@ }; |
{ | ||
"name": "simple-signed-records-engine", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "cryptographic identity and content verification for decentralized apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3739