Browse Source

Rename crypto_onetimeauth_poly1305_ref_implementation_name() prototype.

next
Frank Denis 11 years ago
parent
commit
ecff56742b
  1. 2
      src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h

2
src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h

@ -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);

Loading…
Cancel
Save