mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-10 14:35:59 +01:00
Add link to EdDSA spec
This commit is contained in:
parent
0805076392
commit
1bf9abbdaf
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ import org.pgpainless.key.generation.type.KeyType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Edwards-curve Digital Signature Algorithm (EdDSA).
|
* Edwards-curve Digital Signature Algorithm (EdDSA).
|
||||||
|
*
|
||||||
|
* @see <a href="https://datatracker.ietf.org/doc/draft-koch-eddsa-for-openpgp/">EdDSA for OpenPGP</a>
|
||||||
*/
|
*/
|
||||||
public final class EdDSA implements KeyType {
|
public final class EdDSA implements KeyType {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue