mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
and its header
svn:r5478
This commit is contained in:
parent
923ad87470
commit
a6da372000
1 changed files with 0 additions and 3 deletions
|
@ -119,9 +119,6 @@ int crypto_cipher_encrypt(crypto_cipher_env_t *env, char *to,
|
|||
int crypto_cipher_decrypt(crypto_cipher_env_t *env, char *to,
|
||||
const char *from, size_t fromlen);
|
||||
|
||||
/* only implemented for CRYPTO_CIPHER_AES_CTR */
|
||||
int crypto_cipher_advance(crypto_cipher_env_t *env, long delta);
|
||||
|
||||
/* SHA-1 */
|
||||
int crypto_digest(char *digest, const char *m, size_t len);
|
||||
crypto_digest_env_t *crypto_new_digest_env(void);
|
||||
|
|
Loading…
Add table
Reference in a new issue