Aes256gcmHkdfsha256

public struct Aes256gcmHkdfsha256
extension Xmtp_MessageContents_Ciphertext.Aes256gcmHkdfsha256: @unchecked Sendable
extension Xmtp_MessageContents_Ciphertext.Aes256gcmHkdfsha256: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Encryption: AES256-GCM Key derivation function: HKDF-SHA256

  • 32 bytes

    Declaration

    Swift

    public var hkdfSalt: Data
  • 12 bytes

    Declaration

    Swift

    public var gcmNonce: Data
  • encrypted payload

    Declaration

    Swift

    public var payload: Data
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.