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

docs: clarify unsupported ed25519 #549

Merged
merged 1 commit into from
Oct 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPEC/KEY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down