Skip to content
#

bigint

Here are 194 public repositories matching this topic...

mratsim
mratsim commented Sep 25, 2019

Seen with @arnetheduck.

for uint128, stint properly generates add + adc (see status-im/nim-stint#10)

But for uint256+, the way carry is done will loop multiple time on the low half
https://github.com/status-im/nim-stint/blob/9993b9dca4a2dbf76bc432252ad4e8db944ae831/stint/private/uint_addsub.nim#L17-L29

Important for WASM codesize optimization.

bug good first issue Performance

Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing. It works with Node.js, and native JS, including React and Angular

  • Updated Jul 21, 2022
  • TypeScript

Improve this page

Add a description, image, and links to the bigint topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bigint topic, visit your repo's landing page and select "manage topics."

Learn more