interface Ciphertext {
    left: RistrettoPoint;
    right: RistrettoPoint;
}

Properties

Properties