Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-28 | Fix occurences of c_str() used with size() to data() | Wladimir J. van der Laan | |
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. | |||
2019-05-11 | Add HKDF HMAC_SHA256 L=32 implementations | Jonas Schnelli | |