]> git.tdb.fi Git - libs/crypto.git/shortlog
libs/crypto.git
2023-01-04 Mikko RasaMove explicit template instantiations to the .cpp file master
2023-01-04 Mikko RasaUpdate .gitignore to include build products on Windows
2023-01-03 Mikko RasaInclude the matching header first in .cpp files
2023-01-03 Mikko RasaUse defaulted special functions
2023-01-03 Mikko RasaUse the override specifier for overridden virtual functions
2023-01-03 Mikko RasaConvert typedef to using
2023-01-03 Mikko RasaUse standard fixed-size integer types
2023-01-03 Mikko RasaUse default member initializers and constructor delegation
2023-01-03 Mikko RasaUse C++11 for compiling
2023-01-03 Mikko RasaAdd decorations to things which form the public API...
2023-01-03 Mikko RasaExplicitly instantiate the entire SHA2 class at once
2022-12-21 Mikko RasaRearrange a comparison to silence a compiler warning
2019-09-26 Mikko RasaAdd a function for getting high-quality random bytes
2019-09-26 Mikko RasaAdd an overload of get_digest that returns an std:...
2016-04-16 Mikko RasaUse BlockHash as base class of MD5 as well
2016-04-16 Mikko RasaAdd an example program demonstrating hash API
2016-04-16 Mikko RasaAvoid shuffling the data around in memory so much
2016-04-16 Mikko RasaSlightly shorten the names of the constant structs
2016-04-16 Mikko RasaAccount for SHA-512 asking for a 128-bit message length
2016-04-16 Mikko RasaImplement the SHA2 hash family
2016-04-16 Mikko RasaFix some inline qualifiers
2016-04-16 Mikko RasaRemove useless programmatical filling of MD5::rotate_table
2014-12-14 Mikko RasaInitial version, with MD5