This commit is contained in:
Christian Bundy 2020-09-04 18:32:07 +02:00 committed by GitHub
commit 99b160719b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ function crypto_secretbox (c, m, n, k) {
c.subarray(0, crypto_onetimeauth_KEYBYTES)
)
c.fill(0, 0, crypto_secretbox_BOXZEROBYTES)
return 0
return true
}
function crypto_secretbox_open (m, c, n, k) {