const factory KeyPair({ @Uint8ListConverter() Uint8List? privateKey, @Uint8ListConverter() Uint8List? publicKey, }) = _KeyPair;