aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tweetpwhash.h
blob: 051418310debc721009dcdc4146725b736dfeb09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef TWEETPWHASH_H
#define TWEETPWHASH_H
#define crypto_pwhash_PRIMITIVE "pbkdf2hmacsha512"
#define crypto_pwhash crypto_pwhash_pbkdf2hmacsha512
#define crypto_pwhash_SALTBYTES crypto_pwhash_pbkdf2hmacsha512_SALTBYTES
#define crypto_pwhash_IMPLEMENTATION crypto_pwhash_pbkdf2hmacsha512_IMPLEMENTATION
#define crypto_pwhash_VERSION crypto_pwhash_pbkdf2hmacsha512_VERSION
#define crypto_pwhash_pbkdf2hmacsha512_tweet_SALTBYTES 32
extern int crypto_pwhash_pbkdf2hmacsha512_tweet(unsigned char *,unsigned long long,const unsigned char *,unsigned long long,const unsigned char *,unsigned long long);
#define crypto_pwhash_pbkdf2hmacsha512_tweet_VERSION "-"
#define crypto_pwhash_pbkdf2hmacsha512 crypto_pwhash_pbkdf2hmacsha512_tweet
#define crypto_pwhash_pbkdf2hmacsha512_SALTBYTES crypto_pwhash_pbkdf2hmacsha512_tweet_SALTBYTES
#define crypto_pwhash_pbkdf2hmacsha512_VERSION crypto_pwhash_pbkdf2hmacsha512_tweet_VERSION
#define crypto_pwhash_pbkdf2hmacsha512_IMPLEMENTATION "crypto_pwhash/pbkdf2hmacsha512/tweet"
#define crypto_kdf_PRIMITIVE "hkdfhmacsha512"
#define crypto_kdf crypto_kdf_hkdfhmacsha512
#define crypto_kdf_CONTEXTBYTES crypto_kdf_hkdfhmacsha512_CONTEXTBYTES
#define crypto_kdf_IMPLEMENTATION crypto_kdf_hkdfhmacsha512_IMPLEMENTATION
#define crypto_kdf_VERSION crypto_kdf_hkdfhmacsha512_VERSION
#define crypto_kdf_hkdfhmacsha512_tweet_CONTEXTBYTES 8
extern int crypto_kdf_hkdfhmacsha512_tweet(unsigned char *,unsigned long long,unsigned long long,const unsigned char *,const unsigned char *,unsigned long long);
#define crypto_kdf_hkdfhmacsha512_tweet_VERSION "-"
#define crypto_kdf_hkdfhmacsha512 crypto_kdf_hkdfhmacsha512_tweet
#define crypto_kdf_hkdfhmacsha512_CONTEXTBYTES crypto_kdf_hkdfhmacsha512_tweet_CONTEXTBYTES
#define crypto_kdf_hkdfhmacsha512_VERSION crypto_kdf_hkdfhmacsha512_tweet_VERSION
#define crypto_kdf_hkdfhmacsha512_IMPLEMENTATION "crypto_kdf/hkdfhmacsha512/tweet"
#endif