SECP_256_R_1

Properties

Link copied to clipboard
val a: ModularBigInteger

a: Curve equation coefficient See https://www.secg.org/sec2-v2.pdf

Link copied to clipboard
val b: ModularBigInteger

b: Curve equation coefficient See https://www.secg.org/sec2-v2.pdf

Link copied to clipboard

h: Cofactor of the cyclic subgroup generated by G See https://www.secg.org/sec2-v2.pdf

Link copied to clipboard

the number of bits/bytes needed to store point coordinates (such as public key coordinates) in unsigned form

Link copied to clipboard

the number of bytes needed to store a public key coordinate in unsigned form

Link copied to clipboard

G: Generator of cyclic curve subgroup See https://www.secg.org/sec2-v2.pdf

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

the number of bits needed to store a private key in unsigned form

Link copied to clipboard
val modulus: BigInteger

p: Prime modulus of the underlying prime field See https://www.secg.org/sec2-v2.pdf

Link copied to clipboard
Link copied to clipboard
open override val oid: ObjectIdentifier
Link copied to clipboard
val order: BigInteger

n: Order of (the cyclic subgroup generated by) G See https://www.secg.org/sec2-v2.pdf

Link copied to clipboard
Link copied to clipboard

the number of bits/bytes needed to store scalar multipliers (such as private keys) in unsigned form

Link copied to clipboard

the number of bytes needed to store a raw signature (r and s concatenated) over this curve