Searched defs:blockCipherMCTResult (Results 1 – 1 of 1) sorted by relevance
279 type blockCipherMCTResult struct { struct280 KeyHex string `json:"key,omitempty"`281 PlaintextHex string `json:"pt"`282 CiphertextHex string `json:"ct"`283 IVHex string `json:"iv,omitempty"`286 Key1Hex string `json:"key1,omitempty"`287 Key2Hex string `json:"key2,omitempty"`288 Key3Hex string `json:"key3,omitempty"`