MCPcopy Create free account
hub / github.com/Keats/jsonwebtoken / algorithm

Method algorithm

src/crypto/rust_crypto/eddsa.rs:33–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

31
32impl JwtSigner for EdDSASigner {
33 fn algorithm(&self) -> Algorithm {
34 Algorithm::EdDSA
35 }
36}
37
38pub struct EdDSAVerifier(VerifyingKey);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected