Package

scorex.core.transaction

proof

Permalink

package proof

Visibility
  1. Public
  2. All

Type Members

  1. trait Proof[P <: Proposition] extends BytesSerializable

    Permalink

    The most general abstraction of fact a prover can provide a non-interactive proof to open a box or to modify an account

    The most general abstraction of fact a prover can provide a non-interactive proof to open a box or to modify an account

    A proof is non-interactive and thus serializable

  2. trait ProofOfKnowledge[S <: Secret, P <: ProofOfKnowledgeProposition[S]] extends Proof[P]

    Permalink
  3. case class Signature25519(signature: Array[Byte]) extends ProofOfKnowledge[PrivateKey25519, PublicKey25519Proposition] with Product with Serializable

    Permalink

    signature

    25519 signature

Value Members

  1. object Signature25519 extends Serializable

    Permalink
  2. object Signature25519Serializer extends Serializer[Signature25519]

    Permalink

Ungrouped