Buckets:
| import type { HashAlgorithm } from "../hash/index.js"; | |
| export declare class HMAC { | |
| private k0; | |
| private inner; | |
| private outer; | |
| constructor(Algorithm: HashAlgorithm, key: Uint8Array); | |
| update(message: Uint8Array): void; | |
| digest(): Uint8Array; | |
| } | |
| export declare function hmac(Algorithm: HashAlgorithm, key: Uint8Array, message: Uint8Array): Uint8Array; | |
Xet Storage Details
- Size:
- 370 Bytes
- Xet hash:
- 657ea9379dbe66cff3f6ccdc9dfb132c27358b3201510a3c49cb0b4a29321794
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.