index
:
rsa
master
Unsafe C++ crypto toolkit
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix AES spec link in README
HEAD
master
tomsmeding
2017-05-04
*
Fix int type in rsa.cpp
Tom Smeding
2016-10-28
*
Add double cast comment
Tom Smeding
2016-10-28
*
ACTUALLY fix strongPseudoPrime2
Tom Smeding
2016-10-24
*
Nuke KeyRng
tomsmeding
2016-10-23
*
Don't assert out when 65537|phi
tomsmeding
2016-10-23
*
Make strongPseudoPrime2 50% faster
tomsmeding
2016-10-15
*
Remove mention of bigint testing python script
tomsmeding
2016-10-14
*
divmod: recursive -> iterative
tomsmeding
2016-10-13
*
Comment gf28.{cpp,h}
tomsmeding
2016-10-13
*
Comment envelope.{cpp,h}
tomsmeding
2016-10-13
*
Comment bigint (and fix indentation in gf28)
tomsmeding
2016-10-12
*
Comment base64
tomsmeding
2016-10-12
*
Comment aes.{cpp,h}
tomsmeding
2016-10-12
*
Make modlen prefix big-endian
tomsmeding
2016-10-12
*
Removed superfluous TODO comment
tomsmeding
2016-10-12
*
Cleanup
tomsmeding
2016-10-11
*
More includes
tomsmeding
2016-10-11
*
Improve comments
tomsmeding
2016-10-10
*
AGAIN remove envelope executable from repo
tomsmeding
2016-10-10
*
Better error handling (exceptions)
tomsmeding
2016-10-09
*
Fix Makefile; remove `envelope`...
tomsmeding
2016-10-09
*
Bugfixes and debugging
tomsmeding
2016-10-09
*
Add envelope application using the crypto lib
tomsmeding
2016-10-08
*
Lib-ify
tomsmeding
2016-10-08
*
Lots of renaming (mainly {Public,Private}Key -> Key)
tomsmeding
2016-10-08
*
Fix some serious bugs with casting
tomsmeding
2016-10-08
*
Fix sign issues in divmod
tomsmeding
2016-10-08
*
Code cleanup
tomsmeding
2016-10-08
*
Fix envelope decryption bug when encrkeylen=255
tomsmeding
2016-10-08
*
Add digital envelope encryption
tomsmeding
2016-10-08
*
Improve bigint division depth estimate
tomsmeding
2016-10-08
*
Bigint parsing: also hex, and add string constructor
tomsmeding
2016-10-08
*
Make parameter order a bit more consistent
tomsmeding
2016-10-08
*
Add readme
tomsmeding
2016-10-08
*
Make code work on Linux and older compilers
tomsmeding
2016-10-07
*
Working AES encrypt and decrypt!
tomsmeding
2016-10-07
*
Start AES
tomsmeding
2016-10-06
*
Base64 and import/export keys
tomsmeding
2016-10-06
*
RNG
tomsmeding
2016-10-06
*
(de)serialise -> (de)serialiseMantissa
tomsmeding
2016-10-06
*
Now division ACTUALLY works
tomsmeding
2016-10-05
*
Fix Baillie-PSW!
tomsmeding
2016-10-05
*
Add (non-working yet) Lucas test
tomsmeding
2016-10-04
*
More primes and primality testing
tomsmeding
2016-10-04
*
Progress
tomsmeding
2016-10-03
*
Initial
tomsmeding
2016-10-03