SipHash

Pseudorandom function generator

A family of fast and secure algorithms for generating pseudorandom functions from short messages

High-speed secure pseudorandom function for short messages

GitHub

666 stars
26 watching
51 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list

ccryptographymessage-authentication-codepseudorandom-functionssecurity

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
wangyi-fudan/wyhashProvides fast and simple hashing functions and random number generators for various programming languages.979
patricksrobertson/secure_random.exA library providing a set of functions for generating random, secure strings and UUIDs.96
zhihaillm/wisdominterrogatoryA tool for generating cryptographically secure random numbers suitable for various use cases, including cryptographic protocols and simulations.495
grim7reaper/siphashA cryptographic algorithm implementation for secure hashing of short inputs1
iphoting/pwqgen.rbGenerates random pronouncable passwords of variable length6
jhumphry/spark_siphashAn Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks.5
treyhunner/pseudorandom.nameA Python-based web application generating random names22
pixeloution/true-randomA PHP library for generating truly random numbers and strings from an external API47
ilqvya/randomA lightweight C++ header-only library providing a simple and convenient API for generating pseudo-random numbers and values with various distributions.914
krunch3r76/entropythiefProduces an unpredictable sequence of random bits by combining sequences from multiple sources.4
sindresorhus/random-bytes-readable-streamCreates a stream producing cryptographically strong pseudo-random data76
lk-geimfari/secrets.cljA library for generating cryptographically strong random numbers and secrets suitable for managing security data93
syntaxcoloring/markov-word-generatorGenerates pseudorandom words by applying Markov chains to existing word sequences33
arianvp/elixir-isaacA library providing an Elixir wrapper around the ISAAC stream cipher to generate cryptographically secure random numbers.4
not-fl3/quad-randA Rust library implementing a pseudo-random number generator based on atomic operations14