Merge remote-tracking branch 'guus/1.1' into thkr-20170131-merge
This commit is contained in:
commit
4b3c0aea78
28 changed files with 518 additions and 177 deletions
|
@ -81,6 +81,8 @@ typedef struct connection_t {
|
|||
cipher_t *outcipher; /* Cipher we will use to send data to him */
|
||||
digest_t *indigest;
|
||||
digest_t *outdigest;
|
||||
uint64_t inbudget;
|
||||
uint64_t outbudget;
|
||||
#endif
|
||||
|
||||
ecdsa_t *ecdsa; /* his public ECDSA key */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue