ascon-prng 0.2.1

Ascon-PRF is lightweight PRF. This implementation also offers an RNG based on this construction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Ascon-PRF

A Psuedo Random Function and `CryptoRng` based on Ascon.

Based on these papers:

Ascon MAC, PRF, and Short-Input PRF
Lightweight, Fast, and Efficient Pseudorandom Functions
https://eprint.iacr.org/2021/1574

Sponge-based pseudo-random number generators
https://keccak.team/files/SpongePRNG.pdf

This crate has not been audited. Use at your own risk.