From 78bff8691f4fa5d9870bb18f78b467495857ce16 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 29 Oct 2019 12:03:37 +0000 Subject: [PATCH] docs: clarify unsupported ed25519 --- SPEC/KEY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC/KEY.md b/SPEC/KEY.md index ac588d1ba..82aad9a29 100644 --- a/SPEC/KEY.md +++ b/SPEC/KEY.md @@ -20,7 +20,7 @@ Where: - `name` is a local name for the key - `options` is an object that contains following properties - - 'type' - the key type, one of 'rsa' + - 'type' - the key type, one of 'rsa', 'ed25519' (Note: `js-ipfs` will not support 'ed25519' until [libp2p/js-libp2p-crypto#145](https://github.com/libp2p/js-libp2p-crypto/issues/145) is resolved) - 'size' - the key size in bits **Returns**