@radixdlt/crypto
Advanced tools
Comparing version 1.0.45 to 1.0.46
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.46](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/crypto@1.0.45...@radixdlt/crypto@1.0.46) (2021-06-28) | ||
**Note:** Version bump only for package @radixdlt/crypto | ||
## [1.0.45](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/crypto@1.0.44...@radixdlt/crypto@1.0.45) (2021-06-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@radixdlt/crypto", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"description": "Cryptographic primitives such as digests (hashing) and Elliptic Curve Cryptography (ECC) methods such as key generation, signing and verify.", | ||
@@ -55,3 +55,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "243475b39055c594f8a417293615345b23a574e4" | ||
"gitHead": "100f4832c622868bb1054e3cb8aaf294cefb7cb6" | ||
} |
@@ -239,3 +239,3 @@ import { | ||
expect(manualG.toBuffer(true).slice(0, 1).readUInt8()).toBe(0x04) | ||
expect(manualG.toBuffer(true).slice(0, 1).readUInt8(0)).toBe(0x04) | ||
expect(manualG.toString(true)).toBe( | ||
@@ -242,0 +242,0 @@ '0479be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8', |
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
653834