brunoerg
bad0e7f521
doc: Fix typos pointed out by lint-spelling
2022-01-30 08:59:10 -03:00
Hennadii Stepanov
f47dda2c58
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d82928016a43ca408717154a1c70a4db
* 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0
2021-12-30 19:36:57 +02:00
Dhruv Mehta
cd37356ff9
[crypto] Fix K1/K2 use in ChaCha20-Poly1305 AEAD
...
BIP324 mentions K1 is used for the associated data and K2 is used for
the payload. The code does the opposite. This is not a security problem
but will be a problem across implementations based on the HKDF key
derivations.
2021-06-23 09:46:38 -07:00
practicalswift
084e17cebd
Remove unused includes
2019-10-15 22:56:43 +00:00
Jonas Schnelli
af5d1b5f4a
Add ChaCha20Poly1305@Bitcoin AEAD implementation
2019-06-25 15:13:02 +02:00