mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
The analysis was conducted as joint effort between @koraa and @blipp. Co-authored-by: Benjamin Lipp <blipp@mailbox.org>
6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
#pragma once
|
|
|
|
#define N nat
|
|
#define zero 0
|
|
#define S 1+
|