Package net.finmath.decryptionoracle.decryption.arguments
package net.finmath.decryptionoracle.decryption.arguments
-
ClassesClassDescriptionJava representation of the Solidity struct EncryptedHashedArguments: struct EncryptedHashedArguments { bytes32 argsHash; bytes32 publicKeyId; bytes ciphertext; } This class does not perform encryption itself; you pass in the ciphertext.