diff options
author | SimCog <[email protected]> | 2016-06-14 18:21:10 +0200 |
---|---|---|
committer | SimCog <[email protected]> | 2016-06-18 01:06:21 +0200 |
commit | 00337c4ea2af6b1727be0bdf9b719c98760a14fd (patch) | |
tree | adc8b6f68311b2c9649bdb84766f22f99d2424db /doc | |
parent | 6816c9e71e01432792a997ad9a5d561b9cd94a48 (diff) |
Adding StreamCipher::seek interface, supporting seek in ChaCha, and also adding ChaCha8 support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/credits.rst | 7 | ||||
-rw-r--r-- | doc/license.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/credits.rst b/doc/credits.rst index 6d62b6380..af78680a4 100644 --- a/doc/credits.rst +++ b/doc/credits.rst @@ -104,3 +104,10 @@ snail-mail address (S), and Bitcoin address (B). W: https://www.kullo.net D: Build system S: Germany + + N: Simon Cogliani + E: [email protected] + W: https://www.tanker.io/ + P: EA73 D0AF 5A81 A61A 8931 C2CA C9AB F2E4 3820 4F25 + D: Getting keystream of ChaCha + S: Paris, France diff --git a/doc/license.txt b/doc/license.txt index ef0b97ac1..fd4fd0a7b 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -29,6 +29,7 @@ Copyright (C) 1999-2013,2014,2015,2016 Jack Lloyd 2015,2016 Daniel Neus 2015 Uri Blumenthal 2015,2016 Kai Michaelis + 2016 Simon Cogliani All rights reserved. Redistribution and use in source and binary forms, with or without |