buddy

node MVC discord bot
Log | Files | Refs | README

AUTHORS.md (837B)


      1 List of TweetNaCl.js authors
      2 ============================
      3 
      4     Format: Name (GitHub username or URL)
      5 
      6 * Dmitry Chestnykh (@dchest)
      7 * Devi Mandiri (@devi)
      8 * AndSDev (@AndSDev)
      9 
     10 List of authors of third-party public domain code from which TweetNaCl.js code was derived
     11 ==========================================================================================
     12 
     13 [TweetNaCl](http://tweetnacl.cr.yp.to/)
     14 --------------------------------------
     15 
     16 * Bernard van Gastel
     17 * Daniel J. Bernstein <http://cr.yp.to/djb.html>
     18 * Peter Schwabe <http://www.cryptojedi.org/users/peter/>
     19 * Sjaak Smetsers <http://www.cs.ru.nl/~sjakie/>
     20 * Tanja Lange <http://hyperelliptic.org/tanja>
     21 * Wesley Janssen
     22 
     23 
     24 [Poly1305-donna](https://github.com/floodyberry/poly1305-donna)
     25 --------------------------------------------------------------
     26 
     27 * Andrew Moon (@floodyberry)