You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwiftEC:
title: Indifferentiable Function To Elliptic Curveslink: https://eprint.iacr.org/2022/759.pdfgoals:
- Produce a form of steganography for censorship circumventionsubgoals:
- Create a covert method of EC-curve-point encodingSwiftEC goal:
- Achieve a high grade of covertness in detecting whether bits are encoded EC curve points or entropymetrics:
- Candidate bits should be "indifferentiable from a random oracle when composed with a random oracle to the base field"summary:
ElligatorSwift produces a valid secp256k1-curve X coordinate that is indistinguishable from a uniformly distributed bitstream.
The text was updated successfully, but these errors were encountered:
Ex post tracking issue for #2219
Background
BIP324 implementation necessitates
btcd
implement ElligatorSwift elliptic-curve points encoding and decoding functions. During BIP324's Handshake-key-exchange phase ellswift is called by the initiator and responderNotes:
The text was updated successfully, but these errors were encountered: