aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/cryptobox.h
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Add sse42 version of base64 decodingVsevolod Stakhov2017-02-061-0/+4
* [Minor] Add sse42 supportVsevolod Stakhov2017-02-061-1/+2
* [Minor] Add t1ha to the list of the specific hashesVsevolod Stakhov2017-01-091-0/+1
* [Feature] Add ssse3 and avx2 base64 decodersVsevolod Stakhov2016-12-131-0/+1
* [Feature] Start import of the optimized base64 decodeVsevolod Stakhov2016-12-131-0/+10
* [Feature] Use mumhash by default for incremental hashingVsevolod Stakhov2016-06-201-1/+1
* [Feature] Use metrohash as wellVsevolod Stakhov2016-05-121-1/+3
* [Feature] Further micro-optimizations for hashing and shinglesVsevolod Stakhov2016-05-121-1/+2
* [Feature] Add and use mumhash for non-crypto hashingVsevolod Stakhov2016-05-111-1/+2
* [Feature] New abstract hashing API in cryptoboxVsevolod Stakhov2016-05-101-0/+42
* [Feature] Allow catena encrypted passwords in controllerVsevolod Stakhov2016-04-211-5/+14
* Add flexible x25519/nist modes for cryptoboxVsevolod Stakhov2016-02-051-25/+35
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-19/+12
* Add basic routines for digital signaturesVsevolod Stakhov2016-02-021-0/+52
* Reserve rspamd_sig_t for signaturesVsevolod Stakhov2016-02-021-7/+10
* Add detection for RDRAND supportVsevolod Stakhov2016-01-291-0/+9
* Output configuration of libcryptoboxVsevolod Stakhov2016-01-291-1/+10
* Fix issues with keyed hash API.Vsevolod Stakhov2015-10-251-0/+1
* Start migrating to the new hash API.Vsevolod Stakhov2015-10-251-0/+3
* Add universal cryptobox hash API.Vsevolod Stakhov2015-10-251-0/+30
* Move to pluggable cryptobox object sizesVsevolod Stakhov2015-10-191-10/+35
* Enable openssl AES testsVsevolod Stakhov2015-10-181-1/+1
* Prepare cryptobox for aes plug.Vsevolod Stakhov2015-10-181-0/+6
* Implement preliminary version of vectorized encryption.Vsevolod Stakhov2015-05-061-1/+31
* Add PBKDF2-HMAC-Blake2 function.Vsevolod Stakhov2015-04-211-0/+15
* Use new siphash implementation.Vsevolod Stakhov2015-04-081-0/+13
* Fix beforenm part.Vsevolod Stakhov2015-02-061-1/+1
* Implement verification and keypair generation.Vsevolod Stakhov2015-02-061-3/+8
* Add platform detector based on cpuid.Vsevolod Stakhov2015-02-061-6/+1
* Add optimized versions of ChaCha20 by @floodyberryVsevolod Stakhov2015-02-061-1/+1
* Start cryptobox library.Vsevolod Stakhov2015-02-061-0/+119