| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-11 | Working Ed25519 Implementation of libcmix. | Dennis Brentjes | |
| 2016-12-15 | Debugged CMake files which caused compiler flags to be truncated | Dennis Brentjes | |
| 2016-10-27 | Adds libgcrypt implementation for elgamal in multiplicative group. | Dennis Brentjes | |
| Also adapts the API to both handle sodium and gcrypt libraries. | |||
| 2016-10-04 | Added a bignum library to abstract possible implementations. | Dennis Brentjes | |
| 2016-10-01 | Fixes the build for mxe-cross-builds, and if building shared libraries. | Dennis Brentjes | |
| 2016-09-29 | This changset triggered a storm of changes. | Dennis Brentjes | |
| Added the behaviour for receiving a public_share message from our previous node when not being the first node ourselves. This triggered the whitespace bug below, which sparked the network rewrite. Rewrote network protocol to first send the size of the message it's sending in a 32bit integer in network byte order. Fixed a bug where whitespace in the received buffer would be skipped. leading to broken protobuf messages. NextNode no longers inherits from client but owns one, and some functions needed to be forwarded. | |||
| 2016-09-29 | Replaced the RSA implementation with an Elgamal implementation. | Dennis Brentjes | |
| 2016-09-02 | Changed to api to be less repetative in use. | Dennis Brentjes | |
| 2016-09-01 | Added a sodium implementation for creating private and public keys. | Dennis Brentjes | |
| 2016-09-01 | Added a CMake system to easily add and choose crypto implementations. | Dennis Brentjes | |
