Add Bn.js by @indutny

This commit is contained in:
Igor Adamenko 2022-06-11 12:46:06 +03:00 committed by GitHub
parent cf2619ab10
commit 114141048f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -479,6 +479,9 @@
- **[Big-O Poster](https://github.com/ro31337/bigoposter)** by [Roman Pushkin](https://github.com/ro31337)<br>
Printer-friendly poster of Big-O complexities of common algorithms used in Computer Science.
- **[Bn.js](https://github.com/indutny/bn.js)** by [Fedor Indutny](https://github.com/indutny)<br>
BigNum in pure JavaScript.
- **[Bt](https://github.com/atomashpolskiy/bt)** by [Andrei Tomashpolskiy](https://github.com/atomashpolskiy)<br>
BitTorrent library and client with DHT, magnet links, encryption and more.