AUTHORS 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Borg authors ("The Borg Collective")
  2. ------------------------------------
  3. - Thomas Waldmann <tw@waldmann-edv.de>
  4. - Radek Podgorny <radek@podgorny.cz>
  5. - Yuri D'Elia
  6. - Michael Hanselmann <public@hansmi.ch>
  7. - Teemu Toivanen <public@profnetti.fi>
  8. - Marian Beermann <public@enkore.de>
  9. - Martin Hostettler <textshell@uchuujin.de>
  10. - Daniel Reichelt <hacking@nachtgeist.net>
  11. - Lauri Niskanen <ape@ape3000.com>
  12. - Abdel-Rahman A. (Abogical)
  13. Retired
  14. ```````
  15. - Antoine Beaupré <anarcat@debian.org>
  16. Borg is a fork of Attic.
  17. Attic authors
  18. -------------
  19. Attic is written and maintained by Jonas Borgström and various contributors:
  20. Attic Development Lead
  21. ``````````````````````
  22. - Jonas Borgström <jonas@borgstrom.se>
  23. Attic Patches and Suggestions
  24. `````````````````````````````
  25. - Brian Johnson
  26. - Cyril Roussillon
  27. - Dan Christensen
  28. - Jeremy Maitin-Shepard
  29. - Johann Klähn
  30. - Petros Moisiadis
  31. - Thomas Waldmann
  32. BLAKE2
  33. ------
  34. Borg includes BLAKE2: Copyright 2012, Samuel Neves <sneves@dei.uc.pt>, licensed under the terms
  35. of the CC0, the OpenSSL Licence, or the Apache Public License 2.0.
  36. Slicing CRC32
  37. -------------
  38. Borg includes a fast slice-by-8 implementation of CRC32, Copyright 2011-2015 Stephan Brumme,
  39. licensed under the terms of a zlib license. See http://create.stephan-brumme.com/crc32/
  40. Folding CRC32
  41. -------------
  42. Borg includes an extremely fast folding implementation of CRC32, Copyright 2013 Intel Corporation,
  43. licensed under the terms of the zlib license.
  44. xxHash
  45. ------
  46. XXH64, a fast non-cryptographic hash algorithm. Copyright 2012-2016 Yann Collet,
  47. licensed under a BSD 2-clause license.