public_key property

Uint8List public_key

The ed25519 public-key of these keys without the DER prefix.

Implementation

Uint8List get public_key => this.public_key_DER.sublist(Ed25519Keys.DER_public_key_start.length);