Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-30 | doc: Fix typos pointed out by lint-spelling | brunoerg | |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: * 2020: fa0074e2d82928016a43ca408717154a1c70a4db * 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0 | |||
2021-06-23 | [crypto] Fix K1/K2 use in ChaCha20-Poly1305 AEAD | Dhruv Mehta | |
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. | |||
2019-10-15 | Remove unused includes | practicalswift | |
2019-06-25 | Add ChaCha20Poly1305@Bitcoin AEAD implementation | Jonas Schnelli | |