mirleft / ocaml-nocrypto

OCaml cryptographic library
ISC License
111 stars 53 forks source link

you could add twofish #111

Open UnixJunkie opened 7 years ago

UnixJunkie commented 7 years ago

https://github.com/mbacarella/opws/blob/master/twofish.ml

cfcs commented 7 years ago

For use in interactive protocols you would want the implementation to be resistant to timing attacks, something that the design of the Twofish algorithm makes notoriously hard, and especially in a pure OCaml implementation.

What is your use case for asking for Twofish inclusion?

UnixJunkie commented 7 years ago

No special use case. I just like that it's an open, high bit-rate, block cipher.