notes redo
This commit is contained in:
@@ -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.
|
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
|
# 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/)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user