Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9986 50 d 18 h hidnplayr /programs/develop/libraries/libcrash/mac/ Poly1305: Fix forgotten variable init  
9216 924 d 13 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.
 
9067 1015 d 3 h hidnplayr /programs/develop/libraries/libcrash/trunk/ Fix build  
7698 1648 d 16 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 2826 d 14 h hidnplayr /programs/develop/libraries/libcrash/trunk/ Export separate init, update and finalize hash functions.  
6461 2844 d 17 h dunkaist /programs/develop/libraries/libcrash/trunk/ libcrash: switch to standard init/update/final API  
5098 3513 d 23 h clevermouse / switch build system to Tup  
3532 3989 d 23 h dunkaist /programs/develop/libraries/libcrash/trunk/ libcrash: add sha3 (keccak) hashes of length 224, 256, 384, 512; update crashtest example  
3431 4045 d 18 h dunkaist /programs/develop/libraries/libcrash/trunk/ libcrash:
move common code parts from all the *hash*.asm files to libcrash.asm
replace procedures to macroses in sha1 in favour of readability and uniformity
add license notes
 
3115 4149 d 21 h dunkaist /programs/develop/libraries/libcrash/ libcrash: cryptographic hash functions