Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CiphertextId ¶
type CiphertextId = []byte
type DecryptionQueuingService ¶
type DecryptionQueuingService interface { GetRequests(requestCountLimit int, totalBytesLimit int) []DecryptionRequest GetCiphertext(ciphertextId CiphertextId) ([]byte, error) ReturnResult(ciphertextId CiphertextId, plaintext []byte) }
This interface will be replaced by the Threshold Decryption Plugin when it is ready
type DecryptionRequest ¶
type DecryptionRequest struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.