Expand description
OpenSSH public key parsing for Ed25519 and P-256 keys.
Enums§
- SshKey
Error - Errors from parsing an OpenSSH public key.
Functions§
- openssh_
pub_ to_ raw - Parse an OpenSSH public key line and return the curve type and raw key bytes.
- openssh_
pub_ to_ raw_ ed25519 Deprecated - Parse an OpenSSH Ed25519 public key line and return the raw 32-byte public key.