blob: 0b9e272dc6c95eaa9812f51f5d41451e08d112b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# c-siphash - Streaming-capable SipHash Implementation
## CHANGES WITH 1.1.0:
* Support MacOS and Windows builds.
* Support SipHash variants other than SipHash24 by parameterizing
the N and M variables of SipHash.
* Update the c-stdaux dependency to provide the new build variables
and thus allow linking through pkg-config.
Contributions from: Daniele Nicolodi, David Rheinsberg
- Dußlingen, 2023-12-12
## CHANGES WITH 1.0.0:
* Initial release of c-siphash.
Contributions from: David Rheinsberg, Tom Gundersen
- Brno, 2022-06-22
|