OkpPrivateKey constructor

OkpPrivateKey({
  1. required Uint8List rawBytes,
  2. required Identifier curve,
})

Implementation

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