AUTHORS 1.5 KB

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