Skip to content

Commit 3fb157e

Browse files
bors[bot]nickray
andauthored
Merge #93
93: Add `nisty` r=therealprof a=nickray Co-authored-by: Nicolas Stalder <[email protected]>
2 parents de0d34c + a37c74f commit 3fb157e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/2019-12-26-newsletter-22.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ If you want to mention something in [the next newsletter], send us a pull reques
5151

5252
- [@nickray] released `littlefs2` ([API][littlefs2-api], [code][littlefs2-code]), an idiomatic Rust API for the [`littlefs`][littlefs-upstream] filesystem for microcontrollers, modeled after `std::fs`. The upstream library claims to be resilient against power-loss, and supports features like dynamic wear-leveling with bad block detection, inline files for efficient use of storage, and custom user attributes on files and directories.
5353

54+
- [@nickray] released `nisty` ([API][nisty-api], [code][nisty-code]), a companion library to `salty` with similar API, but for NIST P-256 signatures on Cortex-M4 and Cortex-M33 microcontrollers. It offers deterministic signatures, idiomatic conversions, and uses [`micro-ecc`][micro-ecc] as backend implementation, which also has `UMAAL` DSP instruction optimizations.
55+
5456
[@andre-richter]: https://github.com/andre-richter
5557
[`qemu-exit`]: https://crates.io/crates/qemu-exit
5658

@@ -72,6 +74,9 @@ If you want to mention something in [the next newsletter], send us a pull reques
7274
[littlefs2-api]: https://docs.rs/littlefs2
7375
[littlefs2-code]: https://github.com/nickray/littlefs2
7476
[littlefs-upstream]: https://github.com/ARMmbed/littlefs
77+
[nisty-api]: https://docs.rs/nisty
78+
[nisty-code]: https://github.com/nickray/nisty
79+
[micro-ecc]: https://github.com/kmackay/micro-ecc
7580

7681
If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to add it to [the next newsletter], we would love to show it off!
7782

0 commit comments

Comments
 (0)