CertificationResult

de.christofreichardt.scala.shamir.SecretSharing.CertificationResult
case class CertificationResult(falsified: Int, verified: Int)

A mere data holder for recording the certification (both falsification and verification) results of a sharepoint partition.

Value parameters

falsified

the number of falsified slice combinations with a sharepoint count below the threshold

verified

the number of verified slice combinations with a sharepoint count equal or above the threshold

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product