nooschain / crypto/encryption / createBucketKeyEnvelopes
Function: createBucketKeyEnvelopes()
createBucketKeyEnvelopes(
args):Promise<KeyEnvelope[]>
Defined in: crypto/encryption.ts:175
Creates recipient envelopes for a bucket-level DEK.
Parameters
args
bucketDek
Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>
recipients
object[]
Returns
Promise<KeyEnvelope[]>