Secret
public class Secret
Undocumented
-
The number of secret shares to create (N)
Declaration
Swift
public let shares: UInt8 -
The number of secret shares requried to reconstruct the secret
Declaration
Swift
public let threshold: UInt8 -
The secret data
Declaration
Swift
public let data: Data -
Secret Sharing Errors
See moreDeclaration
Swift
public enum Errors : Error -
An Invidivual Secret Share
See moreDeclaration
Swift
public struct Share : CustomStringConvertible, Hashable