Skip to content

ZKSend-proto/stealth-core

Repository files navigation

stealth-core

Lower-level stealth-address primitives on ed25519. Used by stealth-sdk.

For new code, prefer the SDK — this package is for advanced users who need direct access to the math.

Install

npm install @zksend/stealth-core

What's inside

  • generateMetaKey() / metaFromSeed(seed) — ed25519 meta-keypair
  • deriveStealthSender(metaPub) — sender-side derivation
  • recoverStealth(metaScalar, metaPub, ephPub) — recipient-side recovery
  • signWithScalar(scalar, pub, msg) — raw-scalar Schnorr-style ed25519 sign

License

MIT

About

stealth address protocol primitives on ed25519 — ECDH derivation, scan, recover

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors