ECCurve
EC Curve Class jwkName really does use established JWK curve names
Entries
Properties
the number of bits/bytes needed to store point coordinates (such as public key coordinates) in unsigned form
the number of bytes needed to store a public key coordinate in unsigned form
Returns a representation of an immutable list of all enum entries, in the order they're declared.
G: Generator of cyclic curve subgroup See https://www.secg.org/sec2-v2.pdf
Returns the length of a private key, when it is exported from iOS. This is handy, because Apple does not encode curve identifiers, but implies them based on the length of the key
Returns the length of a public key, when it is exported from iOS. This is handy, because Apple does not encode curve identifiers, but implies them based on the length of the key
the number of bits needed to store a private key in unsigned form
A digest well-suited to operations on this curve, with output length near the curve's coordinate length.
the number of bits/bytes needed to store scalar multipliers (such as private keys) in unsigned form
the number of bytes needed to store a raw signature (r and s concatenated) over this curve