package tezos-sapling

  1. Overview
  2. Docs

See spec section 4.17

type esk = R.esk
val esk_encoding : R.esk Data_encoding.encoding
val esk_random : unit -> R.esk
type epk = R.epk
val epk_encoding : R.epk Data_encoding.encoding
val derive_ephemeral : Viewing_key.address -> R.esk -> R.epk

Derives the public part of the DH for the sender. (ie. epk is used for symkey_receiver).

val kdf_key : string

Derives a symmetric key to be used to create the ciphertext on the sender side.