From 3afe810a3bf69f4f3b8ee391b5030983f1ec1a22 Mon Sep 17 00:00:00 2001 From: Gabriela Moldovan Date: Fri, 30 Jun 2023 14:41:33 +0100 Subject: [PATCH] keymgr: Fix broken doc link. --- crates/tor-keymgr/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tor-keymgr/README.md b/crates/tor-keymgr/README.md index cde458442..1db34ca44 100644 --- a/crates/tor-keymgr/README.md +++ b/crates/tor-keymgr/README.md @@ -18,7 +18,7 @@ We'll therefore often be making semver-breaking changes ## Key stores The [`KeyMgr`] is an interface to one or more key stores. The key -stores are types that implement the [`KeyStore`] trait. +stores are types that implement the [`Keystore`] trait. This crate provides the following key store implementations: * Arti key store: an on-disk store that stores keys in OpenSSH format. @@ -30,7 +30,7 @@ In the future we plan to also support HSM-based key stores. ## Key specifiers and key types -The [`KeyStore`] APIs expect a "key specifier" (specified for each supported key +The [`Keystore`] APIs expect a "key specifier" (specified for each supported key type via the [`KeySpecifier`] trait), and a [`KeyType`]. A "key specifier" identifies a group of equivalent keys, each of a different