Crates.io | eaesy |
lib.rs | eaesy |
version | 0.2.1 |
source | src |
created_at | 2020-03-08 13:10:32.20308 |
updated_at | 2020-03-14 15:37:16.681714 |
description | easy hardware-accelerated AES128CBC operations of arbitrary data on embedded targets |
homepage | |
repository | https://github.com/tmplt/eaesy |
max_upload_size | |
id | 216564 |
size | 45,870 |
This crate exposes a trait for hardware-accelerated AES-128-CBC encryption/decryption on
no-std
targets with available support. As a fallback, for targets that lack a cryptography
engine, a software implementation can be used instead. Arbitrary input lengths are supported
via PKCS7 padding.
At present, this crate utilizes the cryptography engines on the following targets:
s32k144evb-q100
feature)Licensed under either of
at your option.