MCPcopy Create free account
hub / github.com/RustCrypto/SSH / verify_prehash

Method verify_prehash

ssh-key/src/sshsig.rs:235–249  ·  view source on GitHub ↗

Verify the given prehashed message digest against this signature. Note that this method does not verify the public key or namespace are correct and thus is crate-private so as to ensure these parameters are always authenticated by users of the public API.

(&self, prehash: &[u8])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

lenMethod · 0.80
digest_sizeMethod · 0.80
as_sliceMethod · 0.80
to_bytesMethod · 0.45
as_strMethod · 0.45
verifyMethod · 0.45

Tested by

no test coverage detected