mirror of https://gogs.blitter.com/RLabs/xs
Updated README.md for new CryptMTv1 cipher
This commit is contained in:
parent
4cb535fcc9
commit
90deb5b1ff
|
@ -22,6 +22,7 @@ Currently supported session encryption and hmac algorithms:
|
||||||
* AES-256
|
* AES-256
|
||||||
* Twofish-128
|
* Twofish-128
|
||||||
* Blowfish-64
|
* Blowfish-64
|
||||||
|
* CryptMTv1 (https://eprint.iacr.org/2005/165.pdf)
|
||||||
* HMAC-SHA256
|
* HMAC-SHA256
|
||||||
* HMAC-SHA512
|
* HMAC-SHA512
|
||||||
|
|
||||||
|
@ -68,6 +69,8 @@ Dependencies:
|
||||||
* [github.com/jameskeane/bcrypt](http://github.com/jameskeane/bcrypt) //password storage/auth
|
* [github.com/jameskeane/bcrypt](http://github.com/jameskeane/bcrypt) //password storage/auth
|
||||||
* [blitter.com/go/goutmp](https://blitter.com/gogs/Russtopia/goutmp) // wtmp/lastlog C bindings
|
* [blitter.com/go/goutmp](https://blitter.com/gogs/Russtopia/goutmp) // wtmp/lastlog C bindings
|
||||||
* [https://git.schwanenlied.me/yawning/kyber](https://git.schwanenlied.me/yawning/kyber) // golang Kyber KEM
|
* [https://git.schwanenlied.me/yawning/kyber](https://git.schwanenlied.me/yawning/kyber) // golang Kyber KEM
|
||||||
|
* [blitter.com/go/mtwist](https://blitter.com/gogs/RLabs/mtwist) // 64-bit Mersenne Twister PRNG
|
||||||
|
* [blitter.com/go/cryptmt](https://blitter.com/gogs/RLabs/cryptmt) // CryptMTv1 stream cipher
|
||||||
|
|
||||||
Get source code
|
Get source code
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue