kolibrios-fun/programs/develop/libraries/libcrash/cipher
Ivan Baravy 553742f877 libcrash: sync with upstream.
* Implement new algorithms:
  - MACs: Poly1305, HMAC (SHA2_256, SHA2_512),
  - ciphers: ChaCha20, AES256CTR, AES256CBC.
* Remove MD4 hash.
* Change API (it happens).
* Update crashtest example.


git-svn-id: svn://kolibrios.org@9216 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-10-15 00:52:46 +00:00
..
mode libcrash: sync with upstream. 2021-10-15 00:52:46 +00:00
aes_cbc.asm libcrash: sync with upstream. 2021-10-15 00:52:46 +00:00
aes_ctr.asm libcrash: sync with upstream. 2021-10-15 00:52:46 +00:00
aes.asm libcrash: sync with upstream. 2021-10-15 00:52:46 +00:00
chacha20.asm libcrash: sync with upstream. 2021-10-15 00:52:46 +00:00