From 94600436f2ecc1d732ba3c3d8bfcfc7175432ac7 Mon Sep 17 00:00:00 2001 From: Kaido Kert Date: Sun, 29 Sep 2024 19:45:41 -0700 Subject: [PATCH] Add link to crypto-bigint --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4f7fea..9f30038 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ _TODO list_: _Note:_ This crate is mostly written as an exercise for learning the Rust type system and understanding how well it works on microcontrollers, its fitness for any particular purpose or quality has precisely zero guarantees. +If you are looking for production quality implementation with `no_std`, fixed-size bigint, suitable for crypto, please check out [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) crate. + ## Contributing See [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.