Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
impl JwtSigner for EdDSASigner {
33
fn algorithm(&self) -> Algorithm {
34
Algorithm::EdDSA
35
}
36
}
37
38
pub struct EdDSAVerifier(VerifyingKey);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected