The plural "key materials" feels extremely off to me. Maybe that's just me? Either way, I think this edit has no downsides.

This commit is contained in:
Heiko Schaefer 2023-11-30 23:29:39 +01:00
parent 552e32f9f0
commit 8b5727ff9c
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -175,7 +175,7 @@ When implementing a keystore based on hardware cryptographic devices like [OpenP
### Addressing individual keys
A critical aspect of keystore design involves determining how users address individual key materials.
A critical aspect of private keystore design involves determining how users address individual keys.
One common method is using the fingerprint of each component key. The availability of these fingerprints, however, depends on the underlying technology of the keystore. For instance, in software-based private keystores or OpenPGP cards, fingerprints of component keys are usually readily available. Keystores relying on generic cryptographic hardware, like TPMs, need to implement their own mechanisms for tracking and managing the fingerprints of each key.