From 8f1d008eb2797b3ff4bd7aa6db89bf5c38289db9 Mon Sep 17 00:00:00 2001 From: Eli Boyarski Date: Mon, 6 Aug 2018 23:19:32 +0300 Subject: [PATCH] fixed typo + missing word --- doc/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DESIGN.md b/doc/DESIGN.md index 598899c..1c06a72 100644 --- a/doc/DESIGN.md +++ b/doc/DESIGN.md @@ -36,7 +36,7 @@ The `trezor-agent` then instructs SSH to connect to the server. It will then eng ### GPG -GPG uses much the same approach as SSH, expect in this it relies on [SLIP-0017 : ECDH using deterministic hierarchy][3] for the mapping to an ECDH key and it maps these to the normal GPG child key infrastructure. +GPG uses much the same approach as SSH, except in this case it relies on [SLIP-0017 : ECDH using deterministic hierarchy][3] for the mapping to an ECDH key and it maps these to the normal GPG child key infrastructure. Note: Keepkey does not support en-/de-cryption at this time.