secp256k1 constant

XRPKeyAlgorithm const secp256k1

secp256k1 algorithm with a prefix of 0x00 and the curve type secp256k1.

Implementation

static const XRPKeyAlgorithm secp256k1 =
    XRPKeyAlgorithm._(0x00, EllipticCurveTypes.secp256k1);