On 05/05/14 02:42 PM, John Mija wrote: > I like the project clearcrypt and it is awesome that developers start to > build different algorithms than standard ones. > > But it's also necessary to have the most used algorithms, like i.e.: > > aes > rsa > des > hmac > md5 > rsa > sha1, sha256, sha512
None of these are is directly usable for authenticated encryption, and only hmac / sha256 / sha512 have sane direct use cases. These are low level primitives for a cryptography library to use rather than a high level API.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
