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>
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
#pragma once
|
|
#include "prelude/N.mpv"
|
|
@module bits
|
|
|
|
// Some basic bits manipulation functions are provided
|
|
|
|
#define bits bitstring
|
|
const empty:bits.
|