Bitcoin Stack Exchange

Bitcoin News / Bitcoin Stack Exchange - 1 year ago

why int128 in secp256k1?

I assume you're referring to the C implementation of secp256k1 arithmetic, perhaps specfically this pull request? If not, comment and I'll revise my answer. Why do they write an int128 type in secp256k1, when there's already arbitrary length ration...