FfiHmacKey
public struct FfiHmacKey
extension FfiHmacKey: Equatable, Hashable
Undocumented
-
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)
FfiHmacKey Structure Reference