OkpPrivateKey constructor
OkpPrivateKey({
- required Uint8List rawBytes,
- required Identifier curve,
Implementation
factory OkpPrivateKey({
required Uint8List rawBytes,
required Identifier curve,
}) = OkpPrivateKeyImpl;