mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
doc: Fix typos pointed out by lint-spelling
This commit is contained in:
@@ -73,7 +73,7 @@ bool ChaCha20Poly1305AEAD::Crypt(uint64_t seqnr_payload, uint64_t seqnr_aad, int
|
||||
return false;
|
||||
}
|
||||
memory_cleanse(expected_tag, sizeof(expected_tag));
|
||||
// MAC has been successfully verified, make sure we don't covert it in decryption
|
||||
// MAC has been successfully verified, make sure we don't convert it in decryption
|
||||
src_len -= POLY1305_TAGLEN;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user