...
This commit is contained in:
@ -70,6 +70,10 @@ class Ciphertext {
|
||||
return "0x" + this.cipherText.toString(16);
|
||||
}
|
||||
|
||||
toJSON() {
|
||||
return "0x" + this.cipherText.toString(16);
|
||||
}
|
||||
|
||||
prove() {
|
||||
return new ValueProofSessionProver(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user