add support for EdDSA on security tokens (currently only gnuk)

This commit is contained in:
Vincent Breitmoser
2018-02-20 01:04:47 +01:00
parent 982a0ce680
commit 56af349cf4
4 changed files with 55 additions and 5 deletions
@@ -4,6 +4,7 @@ package org.sufficientlysecure.keychain;
import java.io.InputStream;
import org.bouncycastle.bcpg.ArmoredInputStream;
import org.bouncycastle.util.encoders.Hex;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.sufficientlysecure.keychain.pgp.UncachedKeyringTest;