Ecies
public struct Ecies
extension Xmtp_MessageContents_SignedEciesCiphertext.Ecies: @unchecked Sendable
extension Xmtp_MessageContents_SignedEciesCiphertext.Ecies: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Ecies is ciphertext encrypted using ECIES with a MAC
-
65 bytes
Declaration
Swift
public var ephemeralPublicKey: Data -
16 bytes
Declaration
Swift
public var iv: Data -
32 bytes
Declaration
Swift
public var mac: Data -
encrypted payload with block size of 16
Declaration
Swift
public var ciphertext: Data -
Declaration
Swift
public var unknownFields: UnknownStorage -
Declaration
Swift
public init()
-
Declaration
Swift
public static let protoMessageName: String -
Declaration
Swift
public static let _protobuf_nameMap: SwiftProtobuf._NameMap -
Declaration
Swift
public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder -
Declaration
Swift
public func traverse<V>(visitor: inout V) throws where V : Visitor -
Declaration
Swift
public static func == (lhs: Xmtp_MessageContents_SignedEciesCiphertext.Ecies, rhs: Xmtp_MessageContents_SignedEciesCiphertext.Ecies) -> Bool
Ecies Structure Reference