Initial DSA support.
Should be upgraded with faster modulo operations and a more full test suite.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user