Packages

package ecdsa

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ecdsa
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ECDSASignature(r: BigInteger, s: BigInteger) extends Signature with Product with Serializable

Value Members

  1. lazy val ECDSASigner: Signer
  2. object ECDSASignature extends Product with Serializable
  3. object ECDSASignerDemo extends Signer

    This signer uses industry and java library standard encoding formats of PKCS8 for private keys and X509 for public keys These formats are larger than bitcoin formats

    This signer uses industry and java library standard encoding formats of PKCS8 for private keys and X509 for public keys These formats are larger than bitcoin formats

    This scheme isn't used anywhere to my knowledge so is kept here as reference and is not fully implemented

    It remains useful since the code is clean and it shows how another signer can be implemented

  4. object ECDSASignerProvider extends SignerProvider

Inherited from AnyRef

Inherited from Any

Ungrouped