Package org.bitcoinj.secp.internal
package org.bitcoinj.secp.internal
Internal helper classes -- not for public use. These classes are not exported by the
org.bitcoinj.secp module
and should not be used by non-modular applications.-
ClassesClassDescriptionAbstract Base Class for creating ByteArray ImplementationsA secp256k1 ECDH shared secret, stored as a
ByteArray.Default/Internal implementation ofEcdsaSignatureA secp256k1 Schnorr signature, stored as aByteArray.AnECPointthat has been validated to also be aSecpPoint.Default implementation ofSecpPointDefault/internal implementation ofSecpPrivKeyDefault/Internal SecpPubKey implementation storing asSecpPointUncompressed.Simple implementation using {code @byte[]} as internal storage.