k210-sdk-stuff/rust/cryptest/Cargo.toml
Wladimir J. van der Laan 4aef921276 rust: add AES and SHA256 peripheral drivers to k210-shared
And expand crypto engines test with more test vectors.
2020-04-26 10:37:41 +00:00

13 lines
247 B
TOML

[package]
name = "cryptest"
version = "0.1.0"
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
k210-hal = "0.2.0"
k210-shared = { path = "../k210-shared" }
riscv = "0.5"
riscv-rt = "0.6"
hex-literal = "0.2"