SipHash24
E845070
SipHash24 is a fast, cryptographically secure keyed hash function designed to protect hash tables from collision attacks while remaining efficient for short inputs.
All labels observed (1)
| Label | Occurrences |
|---|---|
| SipHash24 canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T10157604 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: SipHash24 Context triple: [WireGuard, usesCryptography, SipHash24]
-
A.
Keccak
Keccak is a cryptographic hash function family that forms the basis of the SHA-3 standard, known for its sponge construction and strong security properties.
-
B.
BLAKE2b
BLAKE2b is a cryptographic hash function optimized for 64-bit platforms, known for its high speed, strong security, and use in modern applications as a successor to algorithms like SHA-2 and MD5.
-
C.
Salsa20
Salsa20 is a high-speed stream cipher designed by Daniel J. Bernstein, widely used in modern cryptography for its strong security and efficient software performance.
-
D.
Whirlpool hash function
Whirlpool is a cryptographic hash function designed by Vincent Rijmen and Paulo S. L. M. Barreto, known for its wide-pipe construction and strong security properties suitable for digital signatures and data integrity.
-
E.
SHA-256
SHA-256 is a widely used cryptographic hash function from the SHA-2 family that produces a 256-bit hash value for securing data integrity and authentication.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: SipHash24 Target entity description: SipHash24 is a fast, cryptographically secure keyed hash function designed to protect hash tables from collision attacks while remaining efficient for short inputs.
-
A.
Keccak
Keccak is a cryptographic hash function family that forms the basis of the SHA-3 standard, known for its sponge construction and strong security properties.
-
B.
BLAKE2b
BLAKE2b is a cryptographic hash function optimized for 64-bit platforms, known for its high speed, strong security, and use in modern applications as a successor to algorithms like SHA-2 and MD5.
-
C.
Salsa20
Salsa20 is a high-speed stream cipher designed by Daniel J. Bernstein, widely used in modern cryptography for its strong security and efficient software performance.
-
D.
Whirlpool hash function
Whirlpool is a cryptographic hash function designed by Vincent Rijmen and Paulo S. L. M. Barreto, known for its wide-pipe construction and strong security properties suitable for digital signatures and data integrity.
-
E.
SHA-256
SHA-256 is a widely used cryptographic hash function from the SHA-2 family that produces a 256-bit hash value for securing data integrity and authentication.
- F. None of above. chosen
Statements (44)
| Predicate | Object |
|---|---|
| instanceOf |
keyed hash function
ⓘ
message authentication code ⓘ |
| alsoKnownAs | SipHash24 NERFINISHED ⓘ |
| basedOn | 64-bit ARX mixing function ⓘ |
| blockStructure | 64-bit word-based ARX construction ⓘ |
| category | ARX cipher-based hash ⓘ |
| collisionResistance | intended to be strong for adversaries without the key ⓘ |
| designedBy |
Daniel J. Bernstein
NERFINISHED
ⓘ
Jean-Philippe Aumasson NERFINISHED ⓘ |
| designedToBe |
fast on 64-bit CPUs
ⓘ
resistant to hash-flooding attacks ⓘ |
| designProperty |
constant-time with respect to key and message contents
ⓘ
simple and compact reference implementation ⓘ |
| domain |
computer security
ⓘ
cryptography ⓘ |
| hasVariant |
SipHash-1-3
NERFINISHED
ⓘ
SipHash-4-8 NERFINISHED ⓘ |
| inputType | arbitrary-length byte strings ⓘ |
| introducedIn | 2012 ⓘ |
| keySize | 128 bits ⓘ |
| languageBindings |
C implementations
ⓘ
implementations in multiple programming languages ⓘ |
| notDesignedFor |
general-purpose unkeyed hashing
ⓘ
long-message high-throughput MAC compared to specialized MACs ⓘ |
| optimizedFor |
hash table key hashing
ⓘ
short messages ⓘ |
| outputSize | 64 bits ⓘ |
| paddingMethod | length-encoding and final block padding ⓘ |
| partOfFamily | SipHash NERFINISHED ⓘ |
| prfProperty | designed to behave like a pseudorandom function ⓘ |
| referenceImplementationLanguage | C NERFINISHED ⓘ |
| requires | secret key shared between parties ⓘ |
| resists | hash collision denial-of-service attacks ⓘ |
| roundStructure | 2 compression rounds and 4 finalization rounds ⓘ |
| securityGoal |
PRF security with a secret key
ⓘ
protection of hash tables against collision attacks ⓘ |
| specifiedIn | SipHash: a fast short-input PRF paper NERFINISHED ⓘ |
| status | widely deployed in software hash tables ⓘ |
| typicalUseCase | hashing small keys such as strings or integers ⓘ |
| usedFor | hashing dictionary keys ⓘ |
| usedIn | hash table implementations ⓘ |
| usesOperation |
addition modulo 2^64
ⓘ
bit rotation ⓘ bitwise XOR ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: SipHash24 Description of subject: SipHash24 is a fast, cryptographically secure keyed hash function designed to protect hash tables from collision attacks while remaining efficient for short inputs.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.