Buckets:
| export interface KeyPairType { | |
| pubKey: Uint8Array; | |
| privKey: Uint8Array; | |
| } | |
| export function generateKeyPair(): KeyPairType; | |
| export function calculateAgreement( | |
| publicKey: Uint8Array, | |
| privateKey: Uint8Array | |
| ): Uint8Array; | |
| export function calculateSignature( | |
| privateKey: Uint8Array, | |
| message: Uint8Array | |
| ): Uint8Array; | |
| export function verifySignature( | |
| publicKey: Uint8Array, | |
| message: Uint8Array, | |
| signature: Uint8Array | |
| ): boolean; | |
Xet Storage Details
- Size:
- 447 Bytes
- Xet hash:
- 5f3a33752145a928f5fec94965a74916eccf7a9070e457ab05dba87f8b47f057
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.