aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix AES spec link in READMEHEADmastertomsmeding2017-05-04
|
* Fix int type in rsa.cppTom Smeding2016-10-28
|
* Add double cast commentTom Smeding2016-10-28
|
* ACTUALLY fix strongPseudoPrime2Tom Smeding2016-10-24
|
* Nuke KeyRngtomsmeding2016-10-23
|
* Don't assert out when 65537|phitomsmeding2016-10-23
|
* Make strongPseudoPrime2 50% fastertomsmeding2016-10-15
|
* Remove mention of bigint testing python scripttomsmeding2016-10-14
|
* divmod: recursive -> iterativetomsmeding2016-10-13
|
* Comment gf28.{cpp,h}tomsmeding2016-10-13
|
* Comment envelope.{cpp,h}tomsmeding2016-10-13
|
* Comment bigint (and fix indentation in gf28)tomsmeding2016-10-12
|
* Comment base64tomsmeding2016-10-12
|
* Comment aes.{cpp,h}tomsmeding2016-10-12
|
* Make modlen prefix big-endiantomsmeding2016-10-12
|
* Removed superfluous TODO commenttomsmeding2016-10-12
|
* Cleanuptomsmeding2016-10-11
|
* More includestomsmeding2016-10-11
|
* Improve commentstomsmeding2016-10-10
|
* AGAIN remove envelope executable from repotomsmeding2016-10-10
|
* Better error handling (exceptions)tomsmeding2016-10-09
|
* Fix Makefile; remove `envelope`...tomsmeding2016-10-09
|
* Bugfixes and debuggingtomsmeding2016-10-09
|
* Add envelope application using the crypto libtomsmeding2016-10-08
|
* Lib-ifytomsmeding2016-10-08
|
* Lots of renaming (mainly {Public,Private}Key -> Key)tomsmeding2016-10-08
|
* Fix some serious bugs with castingtomsmeding2016-10-08
|
* Fix sign issues in divmodtomsmeding2016-10-08
|
* Code cleanuptomsmeding2016-10-08
|
* Fix envelope decryption bug when encrkeylen=255tomsmeding2016-10-08
|
* Add digital envelope encryptiontomsmeding2016-10-08
|
* Improve bigint division depth estimatetomsmeding2016-10-08
|
* Bigint parsing: also hex, and add string constructortomsmeding2016-10-08
|
* Make parameter order a bit more consistenttomsmeding2016-10-08
|
* Add readmetomsmeding2016-10-08
|
* Make code work on Linux and older compilerstomsmeding2016-10-07
|
* Working AES encrypt and decrypt!tomsmeding2016-10-07
|
* Start AEStomsmeding2016-10-06
|
* Base64 and import/export keystomsmeding2016-10-06
|
* RNGtomsmeding2016-10-06
|
* (de)serialise -> (de)serialiseMantissatomsmeding2016-10-06
|
* Now division ACTUALLY workstomsmeding2016-10-05
|
* Fix Baillie-PSW!tomsmeding2016-10-05
|
* Add (non-working yet) Lucas testtomsmeding2016-10-04
|
* More primes and primality testingtomsmeding2016-10-04
|
* Progresstomsmeding2016-10-03
|
* Initialtomsmeding2016-10-03