Home
last modified time | relevance | path

Searched refs:ECDSAP521Signer (Results 1 – 2 of 2) sorted by relevance

/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DSignature.h282 typedef ECDSASigner<SHA512Hash, NID_secp521r1, ECDSAP521_KEY_LENGTH> ECDSAP521Signer; typedef
H A DIdentity.cpp624 return new i2p::crypto::ECDSAP521Signer (priv); in CreateSigner()