summaryrefslogtreecommitdiff
path: root/ironclad.asd
AgeCommit message (Expand)Author
2024-08-20Release version 0.61HEADv0.61masterGuillaume Le Vaillant
2024-04-17Add Argon2id KDF (without parallelism)Guillaume Le Vaillant
2024-02-29Release version 0.60v0.60Guillaume Le Vaillant
2023-12-16Add crc32cGuillaume Le Vaillant
2023-07-24Release version 0.59v0.59Guillaume Le Vaillant
2022-10-24Release version 0.58v0.58Guillaume Le Vaillant
2022-02-18Release version 0.57v0.57Guillaume Le Vaillant
2021-09-12Release version 0.56v0.56Guillaume Le Vaillant
2021-09-07Support specifying subsystem componentsGuillaume Le Vaillant
2021-09-03Add some missing dependencies for subsystemsGuillaume Le Vaillant
2021-09-03Split ciphers and digests into separate systemsLuís Oliveira
2021-03-26Release version 0.55v0.55Guillaume Le Vaillant
2021-01-06Release version 0.54v0.54Guillaume Le Vaillant
2020-12-18Release version 0.53v0.53Guillaume Le Vaillant
2020-11-14Release version 0.52v0.52Guillaume Le Vaillant
2020-09-04Release version 0.51v0.51Guillaume Le Vaillant
2020-09-01Move KDF class definitions to their implementation's fileGuillaume Le Vaillant
2020-08-31Add bcryptGuillaume Le Vaillant
2020-08-24Add secp256k1Guillaume Le Vaillant
2020-08-23Add secp521r1Guillaume Le Vaillant
2020-08-23Add secp384r1Guillaume Le Vaillant
2020-08-23Add secp256r1Guillaume Le Vaillant
2020-08-22ed25519: Use elleptic curve generic functionsGuillaume Le Vaillant
2020-08-22Simplify ASDF system definitionGuillaume Le Vaillant
2020-07-01Release version 0.50v0.50Guillaume Le Vaillant
2020-05-19Open only one stream to /dev/urandom for unix-like OS PRNGs.Guillaume Le Vaillant
2020-04-14Release version 0.49v0.49Guillaume Le Vaillant
2020-04-01Add finalizer for OS-PRNG to close /dev/urandom.Guillaume Le Vaillant
2020-01-20Release version 0.48v0.48Guillaume Le Vaillant
2019-11-29Refactor common arithmetic functionsGuillaume Le Vaillant
2019-09-11Release version 0.47v0.47Guillaume Le Vaillant
2019-09-02HMAC-KDF support.Manuel Giraud
2019-06-04Release version 0.46v0.46Guillaume LE VAILLANT
2019-03-30Add Argon2d KDF (without parallelism)Guillaume LE VAILLANT
2019-02-18Release version 0.45v0.45Guillaume LE VAILLANT
2019-02-14Make *PRNG* be thread-localRobert A. Uhl
2019-02-07Add SipHash MACGuillaume LE VAILLANT
2019-02-01Add SM4 cipherGuillaume LE VAILLANT
2019-02-01Add SM3 digestGuillaume LE VAILLANT
2018-11-03Release version 0.44v0.44Guillaume LE VAILLANT
2018-10-18Add Kupyna and Kupyna/256 digestsGuillaume LE VAILLANT
2018-10-17Add Kalyna128, Kalyna256 and Kalyna512 block ciphersGuillaume LE VAILLANT
2018-10-12Add EAX authenticated encryption modeGuillaume LE VAILLANT
2018-09-24Add optimized Chacha core function for ECLGuillaume LE VAILLANT
2018-09-14Release version 0.43v0.43Guillaume LE VAILLANT
2018-08-23Add 16-byte block XORing for SBCL on x86-64Guillaume LE VAILLANT
2018-08-20Add some test vectors for ETMGuillaume LE VAILLANT
2018-08-20Add "Encrypt then MAC" authenticated encryption modeGuillaume LE VAILLANT
2018-08-19Add tests for authenticated encryption modesGuillaume LE VAILLANT
2018-08-19Add GCM authenticated encryption modeGuillaume LE VAILLANT