Skip to content

Commit 9460043

Browse files
authored
Add link to crypto-bigint
1 parent 0207f95 commit 9460043

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ _TODO list_:
3030

3131
_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.
3232

33+
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.
34+
3335
## Contributing
3436

3537
See [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.

0 commit comments

Comments
 (0)