1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 21:14:49 +02:00

Add link to EdDSA spec

This commit is contained in:
Paul Schaub 2023-05-16 16:19:20 +02:00
parent 0805076392
commit 1bf9abbdaf
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -12,6 +12,8 @@ import org.pgpainless.key.generation.type.KeyType;
/**
* 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 {