File indexing completed on 2025-01-18 09:55:10
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef TWEETNACL_H
0011 #define TWEETNACL_H
0012 #define crypto_auth_PRIMITIVE "hmacsha512256"
0013 #define crypto_auth crypto_auth_hmacsha512256
0014 #define crypto_auth_verify crypto_auth_hmacsha512256_verify
0015 #define crypto_auth_BYTES crypto_auth_hmacsha512256_BYTES
0016 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES
0017 #define crypto_auth_IMPLEMENTATION crypto_auth_hmacsha512256_IMPLEMENTATION
0018 #define crypto_auth_VERSION crypto_auth_hmacsha512256_VERSION
0019 #define crypto_auth_hmacsha512256_tweet_BYTES 32
0020 #define crypto_auth_hmacsha512256_tweet_KEYBYTES 32
0021 extern int crypto_auth_hmacsha512256_tweet(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *);
0022 extern int crypto_auth_hmacsha512256_tweet_verify(const unsigned char *,const unsigned char *,unsigned long long,const unsigned char *);
0023 #define crypto_auth_hmacsha512256_tweet_VERSION "-"
0024 #define crypto_auth_hmacsha512256 crypto_auth_hmacsha512256_tweet
0025 #define crypto_auth_hmacsha512256_verify crypto_auth_hmacsha512256_tweet_verify
0026 #define crypto_auth_hmacsha512256_BYTES crypto_auth_hmacsha512256_tweet_BYTES
0027 #define crypto_auth_hmacsha512256_KEYBYTES crypto_auth_hmacsha512256_tweet_KEYBYTES
0028 #define crypto_auth_hmacsha512256_VERSION crypto_auth_hmacsha512256_tweet_VERSION
0029 #define crypto_auth_hmacsha512256_IMPLEMENTATION "crypto_auth/hmacsha512256/tweet"
0030 #define crypto_box_PRIMITIVE "curve25519xsalsa20poly1305"
0031 #define crypto_box crypto_box_curve25519xsalsa20poly1305
0032 #define crypto_box_open crypto_box_curve25519xsalsa20poly1305_open
0033 #define crypto_box_keypair crypto_box_curve25519xsalsa20poly1305_keypair
0034 #define crypto_box_beforenm crypto_box_curve25519xsalsa20poly1305_beforenm
0035 #define crypto_box_afternm crypto_box_curve25519xsalsa20poly1305_afternm
0036 #define crypto_box_open_afternm crypto_box_curve25519xsalsa20poly1305_open_afternm
0037 #define crypto_box_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES
0038 #define crypto_box_SECRETKEYBYTES crypto_box_curve25519xsalsa20poly1305_SECRETKEYBYTES
0039 #define crypto_box_BEFORENMBYTES crypto_box_curve25519xsalsa20poly1305_BEFORENMBYTES
0040 #define crypto_box_NONCEBYTES crypto_box_curve25519xsalsa20poly1305_NONCEBYTES
0041 #define crypto_box_ZEROBYTES crypto_box_curve25519xsalsa20poly1305_ZEROBYTES
0042 #define crypto_box_BOXZEROBYTES crypto_box_curve25519xsalsa20poly1305_BOXZEROBYTES
0043 #define crypto_box_IMPLEMENTATION crypto_box_curve25519xsalsa20poly1305_IMPLEMENTATION
0044 #define crypto_box_VERSION crypto_box_curve25519xsalsa20poly1305_VERSION
0045 #define crypto_box_curve25519xsalsa20poly1305_tweet_PUBLICKEYBYTES 32
0046 #define crypto_box_curve25519xsalsa20poly1305_tweet_SECRETKEYBYTES 32
0047 #define crypto_box_curve25519xsalsa20poly1305_tweet_BEFORENMBYTES 32
0048 #define crypto_box_curve25519xsalsa20poly1305_tweet_NONCEBYTES 24
0049 #define crypto_box_curve25519xsalsa20poly1305_tweet_ZEROBYTES 32
0050 #define crypto_box_curve25519xsalsa20poly1305_tweet_BOXZEROBYTES 16
0051 extern int crypto_box_curve25519xsalsa20poly1305_tweet(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *,const unsigned char *);
0052 extern int crypto_box_curve25519xsalsa20poly1305_tweet_open(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *,const unsigned char *);
0053 extern int crypto_box_curve25519xsalsa20poly1305_tweet_keypair(unsigned char *,unsigned char *);
0054 extern int crypto_box_curve25519xsalsa20poly1305_tweet_beforenm(unsigned char *,const unsigned char *,const unsigned char *);
0055 extern int crypto_box_curve25519xsalsa20poly1305_tweet_afternm(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
0056 extern int crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
0057 #define crypto_box_curve25519xsalsa20poly1305_tweet_VERSION "-"
0058 #define crypto_box_curve25519xsalsa20poly1305 crypto_box_curve25519xsalsa20poly1305_tweet
0059 #define crypto_box_curve25519xsalsa20poly1305_open crypto_box_curve25519xsalsa20poly1305_tweet_open
0060 #define crypto_box_curve25519xsalsa20poly1305_keypair crypto_box_curve25519xsalsa20poly1305_tweet_keypair
0061 #define crypto_box_curve25519xsalsa20poly1305_beforenm crypto_box_curve25519xsalsa20poly1305_tweet_beforenm
0062 #define crypto_box_curve25519xsalsa20poly1305_afternm crypto_box_curve25519xsalsa20poly1305_tweet_afternm
0063 #define crypto_box_curve25519xsalsa20poly1305_open_afternm crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm
0064 #define crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES crypto_box_curve25519xsalsa20poly1305_tweet_PUBLICKEYBYTES
0065 #define crypto_box_curve25519xsalsa20poly1305_SECRETKEYBYTES crypto_box_curve25519xsalsa20poly1305_tweet_SECRETKEYBYTES
0066 #define crypto_box_curve25519xsalsa20poly1305_BEFORENMBYTES crypto_box_curve25519xsalsa20poly1305_tweet_BEFORENMBYTES
0067 #define crypto_box_curve25519xsalsa20poly1305_NONCEBYTES crypto_box_curve25519xsalsa20poly1305_tweet_NONCEBYTES
0068 #define crypto_box_curve25519xsalsa20poly1305_ZEROBYTES crypto_box_curve25519xsalsa20poly1305_tweet_ZEROBYTES
0069 #define crypto_box_curve25519xsalsa20poly1305_BOXZEROBYTES crypto_box_curve25519xsalsa20poly1305_tweet_BOXZEROBYTES
0070 #define crypto_box_curve25519xsalsa20poly1305_VERSION crypto_box_curve25519xsalsa20poly1305_tweet_VERSION
0071 #define crypto_box_curve25519xsalsa20poly1305_IMPLEMENTATION "crypto_box/curve25519xsalsa20poly1305/tweet"
0072 #define crypto_core_PRIMITIVE "salsa20"
0073 #define crypto_core crypto_core_salsa20
0074 #define crypto_core_OUTPUTBYTES crypto_core_salsa20_OUTPUTBYTES
0075 #define crypto_core_INPUTBYTES crypto_core_salsa20_INPUTBYTES
0076 #define crypto_core_KEYBYTES crypto_core_salsa20_KEYBYTES
0077 #define crypto_core_CONSTBYTES crypto_core_salsa20_CONSTBYTES
0078 #define crypto_core_IMPLEMENTATION crypto_core_salsa20_IMPLEMENTATION
0079 #define crypto_core_VERSION crypto_core_salsa20_VERSION
0080 #define crypto_core_salsa20_tweet_OUTPUTBYTES 64
0081 #define crypto_core_salsa20_tweet_INPUTBYTES 16
0082 #define crypto_core_salsa20_tweet_KEYBYTES 32
0083 #define crypto_core_salsa20_tweet_CONSTBYTES 16
0084 extern int crypto_core_salsa20_tweet(unsigned char *,const unsigned char *,const unsigned char *,const unsigned char *);
0085 #define crypto_core_salsa20_tweet_VERSION "-"
0086 #define crypto_core_salsa20 crypto_core_salsa20_tweet
0087 #define crypto_core_salsa20_OUTPUTBYTES crypto_core_salsa20_tweet_OUTPUTBYTES
0088 #define crypto_core_salsa20_INPUTBYTES crypto_core_salsa20_tweet_INPUTBYTES
0089 #define crypto_core_salsa20_KEYBYTES crypto_core_salsa20_tweet_KEYBYTES
0090 #define crypto_core_salsa20_CONSTBYTES crypto_core_salsa20_tweet_CONSTBYTES
0091 #define crypto_core_salsa20_VERSION crypto_core_salsa20_tweet_VERSION
0092 #define crypto_core_salsa20_IMPLEMENTATION "crypto_core/salsa20/tweet"
0093 #define crypto_core_hsalsa20_tweet_OUTPUTBYTES 32
0094 #define crypto_core_hsalsa20_tweet_INPUTBYTES 16
0095 #define crypto_core_hsalsa20_tweet_KEYBYTES 32
0096 #define crypto_core_hsalsa20_tweet_CONSTBYTES 16
0097 extern int crypto_core_hsalsa20_tweet(unsigned char *,const unsigned char *,const unsigned char *,const unsigned char *);
0098 #define crypto_core_hsalsa20_tweet_VERSION "-"
0099 #define crypto_core_hsalsa20 crypto_core_hsalsa20_tweet
0100 #define crypto_core_hsalsa20_OUTPUTBYTES crypto_core_hsalsa20_tweet_OUTPUTBYTES
0101 #define crypto_core_hsalsa20_INPUTBYTES crypto_core_hsalsa20_tweet_INPUTBYTES
0102 #define crypto_core_hsalsa20_KEYBYTES crypto_core_hsalsa20_tweet_KEYBYTES
0103 #define crypto_core_hsalsa20_CONSTBYTES crypto_core_hsalsa20_tweet_CONSTBYTES
0104 #define crypto_core_hsalsa20_VERSION crypto_core_hsalsa20_tweet_VERSION
0105 #define crypto_core_hsalsa20_IMPLEMENTATION "crypto_core/hsalsa20/tweet"
0106 #define crypto_hashblocks_PRIMITIVE "sha512"
0107 #define crypto_hashblocks crypto_hashblocks_sha512
0108 #define crypto_hashblocks_STATEBYTES crypto_hashblocks_sha512_STATEBYTES
0109 #define crypto_hashblocks_BLOCKBYTES crypto_hashblocks_sha512_BLOCKBYTES
0110 #define crypto_hashblocks_IMPLEMENTATION crypto_hashblocks_sha512_IMPLEMENTATION
0111 #define crypto_hashblocks_VERSION crypto_hashblocks_sha512_VERSION
0112 #define crypto_hashblocks_sha512_tweet_STATEBYTES 64
0113 #define crypto_hashblocks_sha512_tweet_BLOCKBYTES 128
0114 extern int crypto_hashblocks_sha512_tweet(unsigned char *,const unsigned char *,unsigned long long);
0115 #define crypto_hashblocks_sha512_tweet_VERSION "-"
0116 #define crypto_hashblocks_sha512 crypto_hashblocks_sha512_tweet
0117 #define crypto_hashblocks_sha512_STATEBYTES crypto_hashblocks_sha512_tweet_STATEBYTES
0118 #define crypto_hashblocks_sha512_BLOCKBYTES crypto_hashblocks_sha512_tweet_BLOCKBYTES
0119 #define crypto_hashblocks_sha512_VERSION crypto_hashblocks_sha512_tweet_VERSION
0120 #define crypto_hashblocks_sha512_IMPLEMENTATION "crypto_hashblocks/sha512/tweet"
0121 #define crypto_hashblocks_sha256_tweet_STATEBYTES 32
0122 #define crypto_hashblocks_sha256_tweet_BLOCKBYTES 64
0123 extern int crypto_hashblocks_sha256_tweet(unsigned char *,const unsigned char *,unsigned long long);
0124 #define crypto_hashblocks_sha256_tweet_VERSION "-"
0125 #define crypto_hashblocks_sha256 crypto_hashblocks_sha256_tweet
0126 #define crypto_hashblocks_sha256_STATEBYTES crypto_hashblocks_sha256_tweet_STATEBYTES
0127 #define crypto_hashblocks_sha256_BLOCKBYTES crypto_hashblocks_sha256_tweet_BLOCKBYTES
0128 #define crypto_hashblocks_sha256_VERSION crypto_hashblocks_sha256_tweet_VERSION
0129 #define crypto_hashblocks_sha256_IMPLEMENTATION "crypto_hashblocks/sha256/tweet"
0130 #define crypto_hash_PRIMITIVE "sha512"
0131 #define crypto_hash crypto_hash_sha512
0132 #define crypto_hash_BYTES crypto_hash_sha512_BYTES
0133 #define crypto_hash_IMPLEMENTATION crypto_hash_sha512_IMPLEMENTATION
0134 #define crypto_hash_VERSION crypto_hash_sha512_VERSION
0135 #define crypto_hash_sha512_tweet_BYTES 64
0136 extern int crypto_hash_sha512_tweet(unsigned char *,const unsigned char *,unsigned long long);
0137 #define crypto_hash_sha512_tweet_VERSION "-"
0138 #define crypto_hash_sha512 crypto_hash_sha512_tweet
0139 #define crypto_hash_sha512_BYTES crypto_hash_sha512_tweet_BYTES
0140 #define crypto_hash_sha512_VERSION crypto_hash_sha512_tweet_VERSION
0141 #define crypto_hash_sha512_IMPLEMENTATION "crypto_hash/sha512/tweet"
0142 #define crypto_hash_sha256_tweet_BYTES 32
0143 extern int crypto_hash_sha256_tweet(unsigned char *,const unsigned char *,unsigned long long);
0144 #define crypto_hash_sha256_tweet_VERSION "-"
0145 #define crypto_hash_sha256 crypto_hash_sha256_tweet
0146 #define crypto_hash_sha256_BYTES crypto_hash_sha256_tweet_BYTES
0147 #define crypto_hash_sha256_VERSION crypto_hash_sha256_tweet_VERSION
0148 #define crypto_hash_sha256_IMPLEMENTATION "crypto_hash/sha256/tweet"
0149 #define crypto_onetimeauth_PRIMITIVE "poly1305"
0150 #define crypto_onetimeauth crypto_onetimeauth_poly1305
0151 #define crypto_onetimeauth_verify crypto_onetimeauth_poly1305_verify
0152 #define crypto_onetimeauth_BYTES crypto_onetimeauth_poly1305_BYTES
0153 #define crypto_onetimeauth_KEYBYTES crypto_onetimeauth_poly1305_KEYBYTES
0154 #define crypto_onetimeauth_IMPLEMENTATION crypto_onetimeauth_poly1305_IMPLEMENTATION
0155 #define crypto_onetimeauth_VERSION crypto_onetimeauth_poly1305_VERSION
0156 #define crypto_onetimeauth_poly1305_tweet_BYTES 16
0157 #define crypto_onetimeauth_poly1305_tweet_KEYBYTES 32
0158 extern int crypto_onetimeauth_poly1305_tweet(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *);
0159 extern int crypto_onetimeauth_poly1305_tweet_verify(const unsigned char *,const unsigned char *,unsigned long long,const unsigned char *);
0160 #define crypto_onetimeauth_poly1305_tweet_VERSION "-"
0161 #define crypto_onetimeauth_poly1305 crypto_onetimeauth_poly1305_tweet
0162 #define crypto_onetimeauth_poly1305_verify crypto_onetimeauth_poly1305_tweet_verify
0163 #define crypto_onetimeauth_poly1305_BYTES crypto_onetimeauth_poly1305_tweet_BYTES
0164 #define crypto_onetimeauth_poly1305_KEYBYTES crypto_onetimeauth_poly1305_tweet_KEYBYTES
0165 #define crypto_onetimeauth_poly1305_VERSION crypto_onetimeauth_poly1305_tweet_VERSION
0166 #define crypto_onetimeauth_poly1305_IMPLEMENTATION "crypto_onetimeauth/poly1305/tweet"
0167 #define crypto_scalarmult_PRIMITIVE "curve25519"
0168 #define crypto_scalarmult crypto_scalarmult_curve25519
0169 #define crypto_scalarmult_base crypto_scalarmult_curve25519_base
0170 #define crypto_scalarmult_BYTES crypto_scalarmult_curve25519_BYTES
0171 #define crypto_scalarmult_SCALARBYTES crypto_scalarmult_curve25519_SCALARBYTES
0172 #define crypto_scalarmult_IMPLEMENTATION crypto_scalarmult_curve25519_IMPLEMENTATION
0173 #define crypto_scalarmult_VERSION crypto_scalarmult_curve25519_VERSION
0174 #define crypto_scalarmult_curve25519_tweet_BYTES 32
0175 #define crypto_scalarmult_curve25519_tweet_SCALARBYTES 32
0176 extern int crypto_scalarmult_curve25519_tweet(unsigned char *,const unsigned char *,const unsigned char *);
0177 extern int crypto_scalarmult_curve25519_tweet_base(unsigned char *,const unsigned char *);
0178 #define crypto_scalarmult_curve25519_tweet_VERSION "-"
0179 #define crypto_scalarmult_curve25519 crypto_scalarmult_curve25519_tweet
0180 #define crypto_scalarmult_curve25519_base crypto_scalarmult_curve25519_tweet_base
0181 #define crypto_scalarmult_curve25519_BYTES crypto_scalarmult_curve25519_tweet_BYTES
0182 #define crypto_scalarmult_curve25519_SCALARBYTES crypto_scalarmult_curve25519_tweet_SCALARBYTES
0183 #define crypto_scalarmult_curve25519_VERSION crypto_scalarmult_curve25519_tweet_VERSION
0184 #define crypto_scalarmult_curve25519_IMPLEMENTATION "crypto_scalarmult/curve25519/tweet"
0185 #define crypto_secretbox_PRIMITIVE "xsalsa20poly1305"
0186 #define crypto_secretbox crypto_secretbox_xsalsa20poly1305
0187 #define crypto_secretbox_open crypto_secretbox_xsalsa20poly1305_open
0188 #define crypto_secretbox_KEYBYTES crypto_secretbox_xsalsa20poly1305_KEYBYTES
0189 #define crypto_secretbox_NONCEBYTES crypto_secretbox_xsalsa20poly1305_NONCEBYTES
0190 #define crypto_secretbox_ZEROBYTES crypto_secretbox_xsalsa20poly1305_ZEROBYTES
0191 #define crypto_secretbox_BOXZEROBYTES crypto_secretbox_xsalsa20poly1305_BOXZEROBYTES
0192 #define crypto_secretbox_IMPLEMENTATION crypto_secretbox_xsalsa20poly1305_IMPLEMENTATION
0193 #define crypto_secretbox_VERSION crypto_secretbox_xsalsa20poly1305_VERSION
0194 #define crypto_secretbox_xsalsa20poly1305_tweet_KEYBYTES 32
0195 #define crypto_secretbox_xsalsa20poly1305_tweet_NONCEBYTES 24
0196 #define crypto_secretbox_xsalsa20poly1305_tweet_ZEROBYTES 32
0197 #define crypto_secretbox_xsalsa20poly1305_tweet_BOXZEROBYTES 16
0198 extern int crypto_secretbox_xsalsa20poly1305_tweet(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
0199 extern int crypto_secretbox_xsalsa20poly1305_tweet_open(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
0200 #define crypto_secretbox_xsalsa20poly1305_tweet_VERSION "-"
0201 #define crypto_secretbox_xsalsa20poly1305 crypto_secretbox_xsalsa20poly1305_tweet
0202 #define crypto_secretbox_xsalsa20poly1305_open crypto_secretbox_xsalsa20poly1305_tweet_open
0203 #define crypto_secretbox_xsalsa20poly1305_KEYBYTES crypto_secretbox_xsalsa20poly1305_tweet_KEYBYTES
0204 #define crypto_secretbox_xsalsa20poly1305_NONCEBYTES crypto_secretbox_xsalsa20poly1305_tweet_NONCEBYTES
0205 #define crypto_secretbox_xsalsa20poly1305_ZEROBYTES crypto_secretbox_xsalsa20poly1305_tweet_ZEROBYTES
0206 #define crypto_secretbox_xsalsa20poly1305_BOXZEROBYTES crypto_secretbox_xsalsa20poly1305_tweet_BOXZEROBYTES
0207 #define crypto_secretbox_xsalsa20poly1305_VERSION crypto_secretbox_xsalsa20poly1305_tweet_VERSION
0208 #define crypto_secretbox_xsalsa20poly1305_IMPLEMENTATION "crypto_secretbox/xsalsa20poly1305/tweet"
0209 #define crypto_sign_PRIMITIVE "ed25519"
0210 #define crypto_sign crypto_sign_ed25519
0211 #define crypto_sign_open crypto_sign_ed25519_open
0212 #define crypto_sign_keypair crypto_sign_ed25519_keypair
0213 #define crypto_sign_BYTES crypto_sign_ed25519_BYTES
0214 #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES
0215 #define crypto_sign_SECRETKEYBYTES crypto_sign_ed25519_SECRETKEYBYTES
0216 #define crypto_sign_IMPLEMENTATION crypto_sign_ed25519_IMPLEMENTATION
0217 #define crypto_sign_VERSION crypto_sign_ed25519_VERSION
0218 #define crypto_sign_ed25519_tweet_BYTES 64
0219 #define crypto_sign_ed25519_tweet_PUBLICKEYBYTES 32
0220 #define crypto_sign_ed25519_tweet_SECRETKEYBYTES 64
0221 extern int crypto_sign_ed25519_tweet(unsigned char *,unsigned long long *,const unsigned char *,unsigned long long,const unsigned char *);
0222 extern int crypto_sign_ed25519_tweet_open(unsigned char *,unsigned long long *,const unsigned char *,unsigned long long,const unsigned char *);
0223 extern int crypto_sign_ed25519_tweet_keypair(unsigned char *,unsigned char *);
0224 #define crypto_sign_ed25519_tweet_VERSION "-"
0225 #define crypto_sign_ed25519 crypto_sign_ed25519_tweet
0226 #define crypto_sign_ed25519_open crypto_sign_ed25519_tweet_open
0227 #define crypto_sign_ed25519_keypair crypto_sign_ed25519_tweet_keypair
0228 #define crypto_sign_ed25519_BYTES crypto_sign_ed25519_tweet_BYTES
0229 #define crypto_sign_ed25519_PUBLICKEYBYTES crypto_sign_ed25519_tweet_PUBLICKEYBYTES
0230 #define crypto_sign_ed25519_SECRETKEYBYTES crypto_sign_ed25519_tweet_SECRETKEYBYTES
0231 #define crypto_sign_ed25519_VERSION crypto_sign_ed25519_tweet_VERSION
0232 #define crypto_sign_ed25519_IMPLEMENTATION "crypto_sign/ed25519/tweet"
0233 #define crypto_stream_PRIMITIVE "xsalsa20"
0234 #define crypto_stream crypto_stream_xsalsa20
0235 #define crypto_stream_xor crypto_stream_xsalsa20_xor
0236 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
0237 #define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES
0238 #define crypto_stream_IMPLEMENTATION crypto_stream_xsalsa20_IMPLEMENTATION
0239 #define crypto_stream_VERSION crypto_stream_xsalsa20_VERSION
0240 #define crypto_stream_xsalsa20_tweet_KEYBYTES 32
0241 #define crypto_stream_xsalsa20_tweet_NONCEBYTES 24
0242 extern int crypto_stream_xsalsa20_tweet(unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
0243 extern int crypto_stream_xsalsa20_tweet_xor(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
0244 #define crypto_stream_xsalsa20_tweet_VERSION "-"
0245 #define crypto_stream_xsalsa20 crypto_stream_xsalsa20_tweet
0246 #define crypto_stream_xsalsa20_xor crypto_stream_xsalsa20_tweet_xor
0247 #define crypto_stream_xsalsa20_KEYBYTES crypto_stream_xsalsa20_tweet_KEYBYTES
0248 #define crypto_stream_xsalsa20_NONCEBYTES crypto_stream_xsalsa20_tweet_NONCEBYTES
0249 #define crypto_stream_xsalsa20_VERSION crypto_stream_xsalsa20_tweet_VERSION
0250 #define crypto_stream_xsalsa20_IMPLEMENTATION "crypto_stream/xsalsa20/tweet"
0251 #define crypto_stream_salsa20_tweet_KEYBYTES 32
0252 #define crypto_stream_salsa20_tweet_NONCEBYTES 8
0253 extern int crypto_stream_salsa20_tweet(unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
0254 extern int crypto_stream_salsa20_tweet_xor(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
0255 #define crypto_stream_salsa20_tweet_VERSION "-"
0256 #define crypto_stream_salsa20 crypto_stream_salsa20_tweet
0257 #define crypto_stream_salsa20_xor crypto_stream_salsa20_tweet_xor
0258 #define crypto_stream_salsa20_KEYBYTES crypto_stream_salsa20_tweet_KEYBYTES
0259 #define crypto_stream_salsa20_NONCEBYTES crypto_stream_salsa20_tweet_NONCEBYTES
0260 #define crypto_stream_salsa20_VERSION crypto_stream_salsa20_tweet_VERSION
0261 #define crypto_stream_salsa20_IMPLEMENTATION "crypto_stream/salsa20/tweet"
0262 #define crypto_verify_PRIMITIVE "16"
0263 #define crypto_verify crypto_verify_16
0264 #define crypto_verify_BYTES crypto_verify_16_BYTES
0265 #define crypto_verify_IMPLEMENTATION crypto_verify_16_IMPLEMENTATION
0266 #define crypto_verify_VERSION crypto_verify_16_VERSION
0267 #define crypto_verify_16_tweet_BYTES 16
0268 extern int crypto_verify_16_tweet(const unsigned char *,const unsigned char *);
0269 #define crypto_verify_16_tweet_VERSION "-"
0270 #define crypto_verify_16 crypto_verify_16_tweet
0271 #define crypto_verify_16_BYTES crypto_verify_16_tweet_BYTES
0272 #define crypto_verify_16_VERSION crypto_verify_16_tweet_VERSION
0273 #define crypto_verify_16_IMPLEMENTATION "crypto_verify/16/tweet"
0274 #define crypto_verify_32_tweet_BYTES 32
0275 extern int crypto_verify_32_tweet(const unsigned char *,const unsigned char *);
0276 #define crypto_verify_32_tweet_VERSION "-"
0277 #define crypto_verify_32 crypto_verify_32_tweet
0278 #define crypto_verify_32_BYTES crypto_verify_32_tweet_BYTES
0279 #define crypto_verify_32_VERSION crypto_verify_32_tweet_VERSION
0280 #define crypto_verify_32_IMPLEMENTATION "crypto_verify/32/tweet"
0281 #endif