feat(keys): add Ed25519 support for signing & verification

Closes #43
This commit is contained in:
Yusef Napora
2016-12-23 08:52:40 -05:00
committed by Friedel Ziegelmayer
parent e92bab1736
commit c45bdf602e
9 changed files with 411 additions and 8 deletions

View File

@ -2,6 +2,7 @@
module.exports = `enum KeyType {
RSA = 0;
Ed25519 = 1;
}
message PublicKey {