pub fn verify_pk_auth(pk: Ed25519PK, unix_secs: u64, sig: &[u8]) -> bool
Expand description

Verifies a signature for the pubkey authentication method used by the client/binder protocol.