Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit f33fb89

Browse files
authored
Merge pull request #549 from ipfs/docs/clarify-ed25519
docs: clarify unsupported ed25519
2 parents b12f872 + 78bff86 commit f33fb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC/KEY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Where:
2020

2121
- `name` is a local name for the key
2222
- `options` is an object that contains following properties
23-
- 'type' - the key type, one of 'rsa'
23+
- '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)
2424
- 'size' - the key size in bits
2525

2626
**Returns**

0 commit comments

Comments
 (0)