Skip to content

blockades/secp_experiments

Repository files navigation

Here are some experiments with different secp256k1 node libraries.

  • ssb-server.js demonstrates signing on secp256k1 and ed25519 on the same instance of sbot
  • index.test.js demonstrates using node-secp256k1 to generate keys and create Diffie-Hellman shared secrets, and ethereumjs/keythereum to show the corresponding Ethereum addresses.
  • elliptic.js demonstrates using elliptic to generate keys and do Diffie-Hellman.
  • private-box.js is an implementation of scuttlebutt's private-box which works with secp256k1 keys and almost with a mixture of recipients having both curve25519 and secp256k1 keypairs. Highly experimental and not recommended for use in the wild.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published