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.
npm install @zksend/stealth-coregenerateMetaKey()/metaFromSeed(seed)— ed25519 meta-keypairderiveStealthSender(metaPub)— sender-side derivationrecoverStealth(metaScalar, metaPub, ephPub)— recipient-side recoverysignWithScalar(scalar, pub, msg)— raw-scalar Schnorr-style ed25519 sign
MIT