Skip to content

tinyec update #5

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions