Package

net.glorat.dlcrypto

ecdsa

Permalink

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

    Permalink

Value Members

  1. object ECDSASignature extends Product with Serializable

    Permalink
  2. lazy val ECDSASigner: Signer

    Permalink
  3. object ECDSASignerDemo extends Signer

    Permalink

    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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped