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>
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
#pragma once
|
|
#define CAT(x, y) x ## y
|
|
#define MCAT(x, y) CAT(x, y)
|