mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 01:16:20 +04:00
7cc906d349
When using the AES engine in GCM mode, the hardware *requires* verifying a tag even if we don't care about the result. Otherwise it will hang in unfinished state, and needs a reset every time. By going through these motions (like the SDK does) this costly reset can be avoided. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
memory.x | ||
README.md |
k210-console
Console emulator written in rust for the Maix Go.
Barely functional at the moment. This is really a test for some functionality like SPI and driving the display from Rust.