| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | 2019-12-30 | 1 | -1/+1 |
| | | | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | ||||
| * | Fix occurences of c_str() used with size() to data() | Wladimir J. van der Laan | 2019-10-28 | 1 | -1/+1 |
| | | | | | | | | | Using `data()` better communicates the intent here. Also, depending on how `c_str()` is implemented, this fixes undefined behavior: The part of the string after the first NULL character might have undefined contents. | ||||
| * | Add HKDF HMAC_SHA256 L=32 implementations | Jonas Schnelli | 2019-05-11 | 1 | -0/+21 |