Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9216 926 d 22 h dunkaist /programs/ 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.
 
7698 1651 d 1 h dunkaist /programs/ libcrash: Sync with upstream.

* Add oneshot wrappers.
* Move tables to data section.
* Add/rename macros and fix their use in ssh.
 
6465 2828 d 23 h hidnplayr /programs/develop/libraries/libcrash/trunk/ Export separate init, update and finalize hash functions.  
6461 2847 d 2 h dunkaist /programs/develop/libraries/libcrash/trunk/ libcrash: switch to standard init/update/final API  
3532 3992 d 8 h dunkaist /programs/develop/libraries/libcrash/trunk/ libcrash: add sha3 (keccak) hashes of length 224, 256, 384, 512; update crashtest example