notes redo

This commit is contained in:
Mars Ultor
2025-04-19 15:40:06 -05:00
parent 683d787940
commit 8abe2b1e93
+6 -6
View File
@@ -65,15 +65,15 @@ Your proposed authentication flow is on the right track, but there are a few opt
This approach gives you extremely high security while maintaining reasonable performance characteristics, especially with the optimization of having the client identify itself rather than the server trying all possible public keys.
# docs
[](https://docs.rs/x25519-dalek/latest/x25519_dalek/)
[x25519_dalek](https://docs.rs/x25519-dalek/latest/x25519_dalek/)
[](https://docs.rs/rsa/latest/rsa/)
[rsa](https://docs.rs/rsa/latest/rsa/)
[](https://docs.rs/aes-gcm/latest/aes_gcm/)
[aes-gcm](https://docs.rs/aes-gcm/latest/aes_gcm/)
[](https://docs.rs/hkdf/latest/hkdf/)
[hkdf](https://docs.rs/hkdf/latest/hkdf/)
[](https://docs.rs/zeroize/latest/zeroize/)
[zeroize](https://docs.rs/zeroize/latest/zeroize/)
[](https://docs.rs/sha2/latest/sha2/)
[sha2](https://docs.rs/sha2/latest/sha2/)