@casual-simulation/crypto
Advanced tools
Comparing version 0.8.0 to 0.8.10
@@ -91,1 +91,2 @@ /** | ||
export declare type SigningCryptoKey = PrivateCryptoKey | PublicCryptoKey; | ||
//# sourceMappingURL=CryptoImpl.d.ts.map |
@@ -13,1 +13,2 @@ /// <reference types="node" /> | ||
export declare function getHashBuffer(obj: any): Buffer; | ||
//# sourceMappingURL=Hash.d.ts.map |
@@ -5,1 +5,2 @@ export * from './SignatureAlgorithm'; | ||
export * from './Hash'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@casual-simulation/crypto", | ||
"version": "0.8.0", | ||
"version": "0.8.10", | ||
"description": "Crypto helpers used by AUX", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "548882be17c9d2255b52d72735eb952cea26b881" | ||
"gitHead": "4a9837d3f98baf659d6124bedca98a868dd1d589" | ||
} |
@@ -15,1 +15,2 @@ /** | ||
export declare type ECDSA_SHA256_NISTP256 = 'ECDSA-SHA256-NISTP256'; | ||
//# sourceMappingURL=SignatureAlgorithm.d.ts.map |
@@ -21,1 +21,2 @@ import { SigningCryptoImpl, PrivateCryptoKey, PublicCryptoKey, SigningCryptoKey } from '../CryptoImpl'; | ||
} | ||
//# sourceMappingURL=TestCryptoImpl.d.ts.map |
@@ -57,1 +57,2 @@ /** | ||
export declare function parsePEM(pem: string, header: string, footer: string): ArrayBuffer; | ||
//# sourceMappingURL=utils.d.ts.map |
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
21442