publicKey method

List<int> publicKey()

Retrieves the encoded public key as bytes.

Implementation

List<int> publicKey() => _encoded;