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

This commit is contained in:
Vincent Breitmoser
2018-02-13 18:25:00 +01:00
parent 982a0ce680
commit 56af349cf4
4 changed files with 55 additions and 5 deletions

View File

@@ -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;