Fix extraneous spacing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6d5cbf5a32
commit
f378a93bae
@ -269,7 +269,7 @@ export function cryptoAeadDecrypt (ciphertext: number[], associatedData: number[
|
|||||||
// The authentication tag is represented by the last 16 bytes of the ciphertext.
|
// The authentication tag is represented by the last 16 bytes of the ciphertext.
|
||||||
const authenticationTag = ciphertext.slice(-16)
|
const authenticationTag = ciphertext.slice(-16)
|
||||||
ciphertext.length -= 16
|
ciphertext.length -= 16
|
||||||
|
|
||||||
let state = zeroedBuffer(16)
|
let state = zeroedBuffer(16)
|
||||||
let counter = resetCounter()
|
let counter = resetCounter()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user