|
LAMMP 4.2.0
Lamina High-Precision Arithmetic Library
|
#include "../../../include/lammp/secret.h"
siphash.c 的引用(Include)关系图:宏定义 | |
| #define | SIPROUND |
函数 | |
| uint64_t | lmmp_siphash24_ (mp_srcptr in, mp_size_t inlen, srckey128_t key) |
| SipHash-2-4 函数(非标准处理任意字节流的 SipHash-2-4) | |
| static uint64_t | rotl64 (uint64_t x, int b) |
| Copyright (C) 2026 HJimmyK(Jericho Knox) | |
| #define SIPROUND |
| uint64_t lmmp_siphash24_ | ( | mp_srcptr | in, |
| mp_size_t | inlen, | ||
| srckey128_t | key | ||
| ) |
SipHash-2-4 函数(非标准处理任意字节流的 SipHash-2-4)
| in | 输入数据,可以为 NULL |
| inlen | 输入数据长度 |
| key | 128-bit 秘钥,可以为 NULL |
|
inlinestatic |
Copyright (C) 2026 HJimmyK(Jericho Knox)
This file is part of LAMMP.
LAMMP is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed WITHOUT ANY WARRANTY.
See https://www.gnu.org/licenses/.
引用了 n.