]>
Cypherpunks repositories - gohpenc.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sergey Matveev [Thu, 26 Dec 2024 09:21:27 +0000 (12:21 +0300)]
Raise copyright years
Sergey Matveev [Tue, 6 Aug 2024 12:13:31 +0000 (15:13 +0300)]
Fix various lint warnings and suggestions
Sergey Matveev [Tue, 23 Jul 2024 13:00:28 +0000 (16:00 +0300)]
Change namespace because of domain expiration
Sergey Matveev [Fri, 8 Dec 2023 07:52:24 +0000 (10:52 +0300)]
Unify copyright comment format
Sergey Matveev [Mon, 14 Aug 2023 10:52:49 +0000 (13:52 +0300)]
Update dependencies
Sergey Matveev [Wed, 2 Aug 2023 14:38:42 +0000 (17:38 +0300)]
Mention encpipe
Sergey Matveev [Wed, 2 Aug 2023 14:38:07 +0000 (17:38 +0300)]
Up to date dependencies
Sergey Matveev [Tue, 27 Dec 2022 13:55:09 +0000 (16:55 +0300)]
Raise copyright years
Sergey Matveev [Mon, 5 Sep 2022 13:50:20 +0000 (16:50 +0300)]
More secure and faster version
* No length before each block
* Explicitly authenticated last block
* Explicit magic prepended
* Simplified code
Sergey Matveev [Fri, 7 Jan 2022 17:55:47 +0000 (20:55 +0300)]
Raised copyright years
Sergey Matveev [Tue, 5 Jan 2021 17:54:29 +0000 (20:54 +0300)]
Raise copyright years
Sergey Matveev [Wed, 1 Jan 2020 22:49:49 +0000 (01:49 +0300)]
Blocksize size check
Sergey Matveev [Wed, 1 Jan 2020 22:31:30 +0000 (01:31 +0300)]
Huge simplifications
* Fixed workability
* Base32 code is simplified with base32.NoPadding
* No XOF, key derivation, just simple 24-byte nonce with 16-byte salt
and a counter
* Updated dependencies
* Raised copyright years
Sergey Matveev [Wed, 2 Oct 2019 13:22:14 +0000 (16:22 +0300)]
Simplifying because of modules
Sergey Matveev [Wed, 2 Oct 2019 13:20:58 +0000 (16:20 +0300)]
Updated dependencies
Sergey Matveev [Fri, 27 Sep 2019 08:47:35 +0000 (11:47 +0300)]
Forbid any later GNU GPL versions autousage
Sergey Matveev [Thu, 9 May 2019 12:56:10 +0000 (15:56 +0300)]
Use to git module, instead of git submodule
Sergey Matveev [Sun, 3 Feb 2019 13:42:31 +0000 (16:42 +0300)]
Raise copyright years
Sergey Matveev [Wed, 28 Nov 2018 05:22:52 +0000 (08:22 +0300)]
Raise copyright years
Sergey Matveev [Sun, 24 Dec 2017 17:35:52 +0000 (20:35 +0300)]
Trivial fixes
Sergey Matveev [Sat, 23 Dec 2017 20:53:23 +0000 (23:53 +0300)]
One block is preallocated also for stdin reading
Sergey Matveev [Sat, 23 Dec 2017 20:49:56 +0000 (23:49 +0300)]
/dev/zero encryption is not an option
Because output stream contains plaintext block lengths.
Sergey Matveev [Sat, 23 Dec 2017 20:40:35 +0000 (23:40 +0300)]
Initial commit