1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Stephen Early <steve@greenend.org.uk> - original author
Ian Jackson <ijackson@chiark.greenend.org.uk> - current maintainer
Mark Wooding <mdw@distorted.org.uk> - much useful stuff
Ross Anderson, Eli Biham, Lars Knudsen - serpent
Colin Plumb, Ian Jackson - MD5 implementation
Steve Reid, James H. Brown, Saul Kravitz - SHA1 implementation
Vincent Rijmen, Antoon Bosselaers, Paulo Barreto - Rijndael (AES) implementation
Guido Draheim - ac_prog_cc_no_writeable_strings.m4
Free Software Foundation and Scott G. Miller - SHA-512 implementation
Free Software Foundation and Paul Eggert - u64.h
Massachusetts Institute of Technology - install-sh
Omnifarious, btel (StackOverflow uers) - Python argparse --[no-]foo options
Joachim Henkea - base91 specificaation and C implementation
Adrien Béraud, Guillaume Jacquenot, SunDwarf aka eyesismine - base91 python
Simon Tatham, Jonathan Amery, Ian Jackson - testing and debugging
Simon Tatham - RSA signatures using Chinese Remainder Theorem
Simon Tatham - endianness cleanups in transform.c
Richard Kettlewell, Matthew Vernon, Peter Benie - assorted bugfixes
"Omnifarious" and "btel" on Stackoverflow - python yes/no arg parsing
Joachim Henke - basE91 encoding format and the corresponding C library
Adrien Béraud, Guillaume Jacquenot, SunDwarf - python basE91 library
Joey Hess - some elements of the Debian packaging
Miquel van Smoorenburg, Ian Murdock - original init script example
--
This file is part of secnet.
See LICENCE and this file CREDITS for full list of copyright holders.
SPDX-License-Identifier: GPL-3.0-or-later
There is NO WARRANTY.
|