FfiHmacKey

public struct FfiHmacKey
extension FfiHmacKey: Equatable, Hashable

Undocumented

  • key

    Undocumented

    Declaration

    Swift

    public var key: Data
  • Undocumented

    Declaration

    Swift

    public var epoch: Int64
  • Undocumented

    Declaration

    Swift

    public init(key: Data, epoch: Int64)
  • Declaration

    Swift

    public static func == (lhs: FfiHmacKey, rhs: FfiHmacKey) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)