ExEcc.Secp256k1 (ExEcc v0.1.0)

View Source

Summary

Types

plain_point_2d()

@type plain_point_2d() :: {integer(), integer()}

plain_point_3d()

@type plain_point_3d() :: {integer(), integer(), integer()}

Functions

add(arg1, arg2)

deterministic_generate_k(msghash_bytes, priv_bytes)

ecdsa_raw_recover(msghash_bytes, arg)

ecdsa_raw_sign(msghash_bytes, priv_bytes)

from_jacobian(arg)

inv(a, n)

jacobian_add(arg1, arg2)

jacobian_double(arg)

jacobian_multiply(arg, n_val)

multiply(arg, n_val)

privtopub(privkey_bytes)

to_jacobian(arg)