Fix extraneous spacing
This commit is contained in:
@@ -269,7 +269,7 @@ export function cryptoAeadDecrypt (ciphertext: number[], associatedData: number[
|
||||
// The authentication tag is represented by the last 16 bytes of the ciphertext.
|
||||
const authenticationTag = ciphertext.slice(-16)
|
||||
ciphertext.length -= 16
|
||||
|
||||
|
||||
let state = zeroedBuffer(16)
|
||||
let counter = resetCounter()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user