wucke13
df02f616bf
remove code format snowflakes
...
this also enables the `cargo fmt` check in the flake
2023-04-05 16:35:31 +02:00
wucke13
87b08bcee1
rename SKEM -> StaticKEM & EKEM -> EphemeralKEM
2023-04-05 16:35:26 +02:00
wucke13
897fa3daf6
improve documentation
...
- fix key-exchange doctest example
- add more info on the CryptoServer struct
- add more doc-strings
2023-04-04 22:13:23 +02:00
wucke13
953b861b4c
add rustfmt::skip attributes on _special_ code
...
related to https://github.com/rust-lang/rustfmt/issues/4306
2023-04-04 22:13:23 +02:00
wucke13
1a61a99575
rename protocol::Server -> protocol::CryptoServer
2023-04-04 22:13:12 +02:00
Karolin Varner
8eea5284bf
fix(usage): Remove warning about this being a research project
2023-03-04 22:24:09 +01:00
Emil Engler and Karolin Varner
df00c1987c
fix typos
2023-03-04 22:15:32 +01:00
Karolin Varner and wucke13
4e72c52ca0
add Rosenpass, the tool
...
Initial implementation of the Rosenpass tool, implemented by @koraa.
Includes contributions and some lints from @wucke13.
Co-authored-by: wucke13 <wucke13@gmail.com >
2023-02-23 20:45:56 +01:00