Initial DSA support.

Should be upgraded with faster modulo operations and a
more full test suite.
This commit is contained in:
2018-05-05 21:06:11 -07:00
parent 213c75ad51
commit a2b4baa087
13 changed files with 6573 additions and 2 deletions

5
.gitignore vendored
View File

@@ -15,9 +15,14 @@ Cargo.lock
# And some Haskell stuff, because I can't shake it!
**/cabal.sandbox.config
**/.cabal-sandbox
# Test generation leavings
tests/rsa/GenerateRSATests.hi
tests/rsa/GenerateRSATests.o
tests/rsa/gen
tests/dsa/GenerateDSATests.hi
tests/dsa/GenerateDSATests.o
tests/dsa/gen
# And I started playing with IDEs, so ...
.vscode