diff options
author | Jack Lloyd <[email protected]> | 2017-06-09 10:47:08 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-06-09 10:47:08 -0400 |
commit | 76604b2d8878d333d2bcb5b6d5727d7cc4004c7a (patch) | |
tree | 98e229ae03b2aaf73588f282286e195b0fa6f870 /src/lib/pubkey/ed25519/info.txt | |
parent | 7d7aee091b3a18ff158061bd87a9a12b7f262892 (diff) |
Fix 32-bit error in Ed25519
Blamed VC miscompilation but actually a bug on my part.
Diffstat (limited to 'src/lib/pubkey/ed25519/info.txt')
-rw-r--r-- | src/lib/pubkey/ed25519/info.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/pubkey/ed25519/info.txt b/src/lib/pubkey/ed25519/info.txt index 3bc6fc7b8..f17b86cbf 100644 --- a/src/lib/pubkey/ed25519/info.txt +++ b/src/lib/pubkey/ed25519/info.txt @@ -2,13 +2,6 @@ ED25519 -> 20170607 </defines> -# Fails under Visual C++ -<cc> -gcc -clang -icc -</cc> - <requires> sha2_64 </requires> |