Comparing version 7.2.0 to 7.2.1
export { ripemd160 } from '@noble/hashes/ripemd160'; | ||
export declare function sha256(payload: string | Uint8Array): Uint8Array; | ||
export declare const keccak: { | ||
(message: import("@noble/hashes/utils").Input): Uint8Array; | ||
(msg: import("@noble/hashes/utils").Input): Uint8Array; | ||
outputLen: number; | ||
@@ -6,0 +6,0 @@ blockLen: number; |
{ | ||
"name": "did-jwt", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
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
1207654