Share

public struct Share : CustomStringConvertible, Hashable

An Invidivual Secret Share

  • Undocumented

    Declaration

    Swift

    public init(data: Data) throws
  • Undocumented

    Declaration

    Swift

    public init(string: String) throws
  • Undocumented

    Declaration

    Swift

    public init(closure: (Any) throws -> (point: UInt8, bytes: Data), value: Any) throws
  • Undocumented

    Declaration

    Swift

    public func description(closure: (UInt8, Data) -> String) -> String
  • Undocumented

    Declaration

    Swift

    public var data: Data { get }
  • Declaration

    Swift

    public var description: String { get }