kayabaNerve / full-chain-membership-proofs

18 stars 1 forks source link

scalar_to_trits does an unoptimized division by 3 #44

Open kayabaNerve opened 1 year ago

kayabaNerve commented 1 year ago

The divisor only has two-bits, yet it performs a full 256-bit division. A tailored division should be much more efficient.