mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Rename crypto_onetimeauth_poly1305_ref_implementation_name() prototype.
This commit is contained in:
@@ -37,7 +37,7 @@ SODIUM_EXPORT
|
||||
const char * crypto_onetimeauth_poly1305_primitive(void);
|
||||
|
||||
SODIUM_EXPORT
|
||||
const char *crypto_onetimeauth_poly1305_ref_implementation_name(void);
|
||||
const char *crypto_onetimeauth_poly1305_implementation_name(void);
|
||||
|
||||
SODIUM_EXPORT
|
||||
int crypto_onetimeauth_poly1305_set_implementation(crypto_onetimeauth_poly1305_implementation *impl);
|
||||
|
||||
Reference in New Issue
Block a user