From 55603d2bea8a621bde574da688bb59fc760ea537 Mon Sep 17 00:00:00 2001 From: Hugues de Valon Date: Fri, 27 Dec 2024 00:20:33 +0100 Subject: [PATCH] chore: add info about r2d2-cryptoki Signed-off-by: Hugues de Valon --- cryptoki/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cryptoki/README.md b/cryptoki/README.md index 16612e2..8ba2e84 100644 --- a/cryptoki/README.md +++ b/cryptoki/README.md @@ -83,6 +83,10 @@ let (public, private) = session.generate_key_pair(&Mechanism::RsaPkcsKeyPairGen, # Ok(()) } ``` +## See also + +* Session Pool Management based on `r2d2`: https://github.com/spruceid/r2d2-cryptoki + ## Conformance Notes Throughout this crate, many functions and other items include additional