tinyec icon indicating copy to clipboard operation
tinyec copied to clipboard

tinyec update

Open ghost opened this issue 2 years ago • 1 comments

secp256k1 curve added + scalar division on curve def __truediv__(self, other): return self.__mul__(mod_inv(other, self.curve.field.n)) https://github.com/AlexCurl/bitcoin_tools/tree/main/tinyec

ghost avatar Oct 18 '22 11:10 ghost

that's what I need

CoelisMyName avatar Jun 14 '24 06:06 CoelisMyName