Closed mouse07410 closed 4 months ago
The master branch was abandoned years ago; the latest post-quantum experiments (those in my thesis) were done using the thesis
branch; the reference implementation of AuthKEM that uses DH can be found at https://github.com/kemtls/rustls-authkem
Note that in both cases this repository is here mostly for archival purposes so you may need to use older compilers.
This code should still build in the provided Docker container.
macOS Sonoma 14.5, Xcode-15.4.
Current master, trying to build rustls:
The old problem of using
func()
instead offunc(void)
.