The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/libsodium/AUTHORS

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 
    2 Designers
    3 =========
    4 
    5 argon2                                 Alex Biryukov
    6                                        Daniel Dinu
    7                                        Dmitry Khovratovich
    8 
    9 blake2                                 Jean-Philippe Aumasson
   10                                        Christian Winnerlein
   11                                        Samuel Neves
   12                                        Zooko Wilcox-O'Hearn
   13 
   14 chacha20                               Daniel J. Bernstein
   15 
   16 chacha20poly1305                       Adam Langley
   17                                        Yoav Nir
   18 
   19 curve25519                             Daniel J. Bernstein
   20 
   21 curve25519xsalsa20poly1305             Daniel J. Bernstein
   22 
   23 ed25519                                Daniel J. Bernstein
   24                                        Bo-Yin Yang
   25                                        Niels Duif
   26                                        Peter Schwabe
   27                                        Tanja Lange
   28 
   29 poly1305                               Daniel J. Bernstein
   30 
   31 salsa20                                Daniel J. Bernstein
   32 
   33 scrypt                                 Colin Percival
   34 
   35 siphash                                Jean-Philippe Aumasson
   36                                        Daniel J. Bernstein
   37 
   38 Implementors
   39 ============
   40 
   41 crypto_aead/aes256gcm/aesni            Romain Dolbeau
   42                                        Frank Denis
   43 
   44 crypto_aead/chacha20poly1305           Frank Denis
   45 
   46 crypto_aead/xchacha20poly1305          Frank Denis
   47                                        Jason A. Donenfeld
   48 
   49 crypto_auth/hmacsha256                 Colin Percival
   50 crypto_auth/hmacsha512
   51 crypto_auth/hmacsha512256
   52 
   53 crypto_box/curve25519xsalsa20poly1305  Daniel J. Bernstein
   54 
   55 crypto_box/curve25519xchacha20poly1305 Frank Denis
   56 
   57 crypto_core/ed25519                    Daniel J. Bernstein
   58                                        Adam Langley
   59 
   60 crypto_core/hchacha20                  Frank Denis
   61 
   62 crypto_core/hsalsa20                   Daniel J. Bernstein
   63 crypto_core/salsa
   64 
   65 crypto_generichash/blake2b             Jean-Philippe Aumasson
   66                                        Christian Winnerlein
   67                                        Samuel Neves
   68                                        Zooko Wilcox-O'Hearn
   69 
   70 crypto_hash/sha256                     Colin Percival
   71 crypto_hash/sha512
   72 crypto_hash/sha512256
   73 
   74 crypto_kdf                             Frank Denis
   75 
   76 crypto_kx                              Frank Denis
   77 
   78 crypto_onetimeauth/poly1305/donna      Andrew "floodyberry" Moon
   79 crypto_onetimeauth/poly1305/sse2
   80 
   81 crypto_pwhash/argon2                   Samuel Neves
   82                                        Dmitry Khovratovich
   83                                        Jean-Philippe Aumasson
   84                                        Daniel Dinu
   85                                        Thomas Pornin
   86 
   87 crypto_pwhash/scryptsalsa208sha256     Colin Percival
   88                                        Alexander Peslyak
   89 
   90 crypto_scalarmult/curve25519/ref10     Daniel J. Bernstein
   91 
   92 crypto_scalarmult/curve25519/sandy2x   Tung Chou
   93 
   94 crypto_scalarmult/ed25519              Frank Denis
   95 
   96 crypto_secretbox/xsalsa20poly1305      Daniel J. Bernstein
   97 
   98 crypto_secretbox/xchacha20poly1305     Frank Denis
   99 
  100 crypto_secretstream/xchacha20poly1305  Frank Denis
  101 
  102 crypto_shorthash/siphash24             Jean-Philippe Aumasson
  103                                        Daniel J. Bernstein
  104 
  105 crypto_sign/ed25519                    Peter Schwabe
  106                                        Daniel J. Bernstein
  107                                        Niels Duif
  108                                        Tanja Lange
  109                                        Bo-Yin Yang
  110 
  111 crypto_stream/chacha20/ref             Daniel J. Bernstein
  112 
  113 crypto_stream/chacha20/dolbeau         Romain Dolbeau
  114                                        Daniel J. Bernstein
  115 
  116 crypto_stream/salsa20/ref              Daniel J. Bernstein
  117 crypto_stream/salsa20/xmm6
  118 
  119 crypto_stream/salsa20/xmm6int          Romain Dolbeau
  120                                        Daniel J. Bernstein
  121 
  122 crypto_stream/salsa2012/ref            Daniel J. Bernstein
  123 crypto_stream/salsa2008/ref
  124 
  125 crypto_stream/xchacha20                Frank Denis
  126 
  127 crypto_verify                          Frank Denis
  128 
  129 sodium/codecs.c                        Frank Denis
  130                                        Thomas Pornin
  131                                        Christian Winnerlein
  132 
  133 sodium/core.c                          Frank Denis
  134 sodium/runtime.h
  135 sodium/utils.c

Cache object: 1bbb5afa9d17b6361e795868e6de1277


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.