Crates.io | aes-ndlr |
lib.rs | aes-ndlr |
version | 0.0.3 |
source | src |
created_at | 2020-06-05 00:07:19.256766 |
updated_at | 2020-06-13 18:54:02.394136 |
description | An implementation of AES |
homepage | |
repository | https://github.com/Spuffynism/aes |
max_upload_size | |
id | 250187 |
size | 56,196 |
A Rust AES implementation.
Supports ECB, CBC and CTR block cipher modes and PKCS7 padding.