Skip to content

Commit

Permalink
Add link to crypto-bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert authored Sep 30, 2024
1 parent 0207f95 commit 9460043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9460043

Please sign in to comment.