David Dias
2f8e234044
refactor: the whole thing ( #102 )
2017-07-22 10:57:27 -07:00
Jack Kleeman
e5b7c1f622
feat(keys): implement generateKeyPairFromSeed for ed25519
...
Implement generateKeyPairFromSeed for ed25519 - this will produce the same keypair for the same seed (or first 32 bytes of reader) as given to GenerateKeyPairWithReader in go-libp2p.
2017-03-03 21:38:51 +01:00
David Dias
c73adb00cc
fix: add libp2p-crypto-secp256k1
2017-02-10 18:53:36 -08:00
Yusef Napora
76eeb5aa18
feat: add support for secp256k1 keys through the libp2p-crypto-secp256k1
module
2017-02-04 10:23:38 +01:00
Friedel Ziegelmayer
1a2d468369
fix: consistent buffer usage ( #56 )
...
* fix: consistent buffer usage
Closes #49
* more fixes for node 4
2017-01-16 05:17:50 +01:00
Yusef Napora
c45bdf602e
feat(keys): add Ed25519 support for signing & verification
...
Closes #43
2016-12-23 14:52:40 +01:00
Friedel Ziegelmayer
148d16ab25
feat(rsa): add fallback pure js fallback for webcrypto-ossl
2016-11-29 17:54:41 +01:00
nikuda
b088bab80f
feat: replace lib multihashing with multihashing-async
2016-11-01 12:48:36 +01:00
Friedel Ziegelmayer
08c5df5e79
feat: use webcrypto in favor of node-forge
...
BREAKING CHANGE: generateKeyPair is now async
2016-11-01 12:47:58 +01:00
dignifiedquire
1270f3e37e
refactor: make rsa key generation sync
2016-05-24 12:36:34 +02:00
Friedel Ziegelmayer
18810aca86
fix: some issues found when using in libp2p-secio
2016-05-23 12:31:45 +02:00
Friedel Ziegelmayer
d4c1672e06
rsa key compat with go
2016-05-20 14:41:25 +02:00
dignifiedquire
ca0b5305a2
feat: add marshal and unmarshl methods
2016-05-19 21:45:43 +02:00
dignifiedquire
f3a22ea5ff
finish rsa implementation
2016-05-19 20:18:31 +02:00
dignifiedquire
37edb7d0e4
inital commit
2016-05-19 18:47:48 +02:00