parsePublicKey method
Parses a base64 encoded public key into a SimplePublicKey.
Implementation
SimplePublicKey parsePublicKey(String encoded) =>
SimplePublicKey(base64Decode(encoded), type: KeyPairType.x25519);
Parses a base64 encoded public key into a SimplePublicKey.
SimplePublicKey parsePublicKey(String encoded) =>
SimplePublicKey(base64Decode(encoded), type: KeyPairType.x25519);