summaryrefslogtreecommitdiff
path: root/include/anope.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-11-07 17:53:59 +0000
committerSadie Powell <sadie@witchery.services>2024-11-07 19:33:01 +0000
commit51827b94ad11e6fd21b661127e4036e4a211aabe (patch)
tree7a0dfac92fbf59073088e4057052cf04857e45a9 /include/anope.h
parent24cbb84009bba5c4338b598a35e54ed97dbf91b7 (diff)
Simplify account identifier generation.
Diffstat (limited to 'include/anope.h')
-rw-r--r--include/anope.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/anope.h b/include/anope.h
index b66a211b3..bfafcd20c 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -473,13 +473,6 @@ namespace Anope
*/
extern CoreExport bool Encrypt(const Anope::string &src, Anope::string &dest);
- /** Hashes a buffer with SipHash-2-4
- * @param src The start of the buffer to hash
- * @param src_sz The total number of bytes in the buffer
- * @param key A 16 byte key to hash the buffer with.
- */
- extern CoreExport uint64_t SipHash24(const void *src, unsigned long src_sz, const char key[16]);
-
/** Returns a sequence of data formatted as the format argument specifies.
** After the format parameter, the function expects at least as many
** additional arguments as specified in format.