PublicKey constructor
PublicKey(
- Uint8List bytes
Create PublicKey from bytes
Implementation
PublicKey(this.bytes) : _point = Point.fromBytes(bytes);
Create PublicKey from bytes
PublicKey(this.bytes) : _point = Point.fromBytes(bytes);