EasyCrypto

Crates.ioEasyCrypto
lib.rsEasyCrypto
version0.8.1
sourcesrc
created_at2022-05-07 13:38:19.847514
updated_at2022-05-26 08:02:16.166765
descriptionA simple crypto crate aim at usability
homepage
repositoryhttps://gitlab.com/sweetyoru/easy-crypto/
max_upload_size
id582117
size98,015
(sweetyoru)

documentation

README

1. What is this?

This is a crate for quickly write some code using crypto.

2. Why?

I find current state of rust-crypto is not easy to use, at least for me.

3. Current state of development:

  • Block cipher:

    • Aes128: done
    • Aes192: done
    • Aes256: done
  • Block mode:

    • ECB: done
    • CBC: done
    • OFB: done
    • CTR: done
  • Hash function:

    • md5: done

    • sha1: done

    • sha2-224: done

    • sha2-256: done

    • sha2-384: done

    • sha2-512: done

    • sha3-224

    • sha3-256

    • sha3-384

    • sha3-512

Pull request and bug report are welcome.

Commit count: 27

cargo fmt