We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f97432 commit ef69ccdCopy full SHA for ef69ccd
modules/encrypt-browser/src/encrypt.ts
@@ -62,7 +62,6 @@ export async function encrypt (
62
plaintext: Uint8Array,
63
{ suiteId, encryptionContext, frameLength = FRAME_LENGTH }: EncryptInput = {}
64
): Promise<EncryptResult> {
65
-
66
/* Precondition: The frameLength must be less than the maximum frame size for browser encryption. */
67
needs(frameLength > 0 && Maximum.FRAME_SIZE >= frameLength, 'frameLength out of bounds')
68
0 commit comments