mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
(partial) Merge #24203: doc: Fix typos pointed out by lint-spelling
This commit is contained in:
parent
985da9ab93
commit
38b9074275
@ -73,7 +73,7 @@ bool ChaCha20Poly1305AEAD::Crypt(uint64_t seqnr_payload, uint64_t seqnr_aad, int
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
memory_cleanse(expected_tag, sizeof(expected_tag));
|
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;
|
src_len -= POLY1305_TAGLEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
hights
|
hights
|
||||||
|
ba
|
||||||
mor
|
mor
|
||||||
mut
|
mut
|
||||||
objext
|
objext
|
||||||
@ -16,6 +17,7 @@ ser
|
|||||||
unser
|
unser
|
||||||
crypted
|
crypted
|
||||||
fo
|
fo
|
||||||
|
creat
|
||||||
stoll
|
stoll
|
||||||
hist
|
hist
|
||||||
ser
|
ser
|
||||||
|
Loading…
Reference in New Issue
Block a user