From 82006cf63a48b6cf164b40e18cee2d55d5412282 Mon Sep 17 00:00:00 2001 From: Jan W Date: Fri, 26 Apr 2024 11:29:50 +0200 Subject: [PATCH] docs: fix spelling --- features/keychain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/keychain/README.md b/features/keychain/README.md index 1d858925..95d30e72 100644 --- a/features/keychain/README.md +++ b/features/keychain/README.md @@ -4,7 +4,7 @@ The keychain is a module designed to work more securely with private key materia In its current state, this library aims to provide a good interface for working with cryptographic material. However, it has some security limitations, which are on our roadmap to address: -- Private key material IS passed directly to asset libraries which can contain code by third party developers. This is on our roadmap to eliminate by refactoring asset libraries to accept signing functions instead of keys. +- Private key material is passed directly to asset libraries which can contain code by third party developers. This is on our roadmap to eliminate by refactoring asset libraries to accept signing functions instead of keys. - Private keys _can_ be exported, via `keychain.exportKey` - `keychain.removeAllSeeds()` does not guarantee that private keys get completely cleared from memory