1#ifndef SECP256K1_ELLSWIFT_HPP
2#define SECP256K1_ELLSWIFT_HPP
33using fast::FieldElement;
54 const std::uint8_t ell_a64[64],
55 const std::uint8_t ell_b64[64],
57 bool initiating)
noexcept;
FieldElement ellswift_decode(const std::uint8_t encoding[64]) noexcept
std::array< std::uint8_t, 32 > ellswift_xdh(const std::uint8_t ell_a64[64], const std::uint8_t ell_b64[64], const Scalar &our_privkey, bool initiating) noexcept
std::array< std::uint8_t, 64 > ellswift_create(const Scalar &privkey)