Skip to content

Add Crypt functions

Darley Barreto requested to merge darley/relibc:crypt into master

This MR adds the following ciphers:

  • MD5
  • bcrypt
  • SHA-256
  • SHA-512
  • scrypt
  • PBKDF2 with SHA256

All of them use RustCrypto crates.

Merge request reports