bitcoin-s/crypto-test/src/test/scala/org/bitcoins/crypto
Nadav Kohen 6bc0943a62
Call decompression on public keys less (#2988)
* Removed type parameter from PublicKey

* Deduplicated call to public key decompression in isFullyValid

* Fixed FieldElement

* Added CurveCoordinate to replace FieldElement in places where it was being misused

* Added edge case tests
2021-05-07 02:05:10 -05:00
..
BIP340TestVectors.scala Schnorr js (#2805) 2021-03-22 12:56:40 -05:00
BitcoinSCryptoTest.scala Schnorr js (#2805) 2021-03-22 12:56:40 -05:00
CryptoGenerators.scala Add Schnorr and Adaptor Secp Bindings and Update Adaptor (#2885) 2021-04-21 09:42:43 -05:00
CryptoUtilTest.scala Schnorr js (#2805) 2021-03-22 12:56:40 -05:00
DERSignatureUtilTest.scala Schnorr js (#2805) 2021-03-22 12:56:40 -05:00
ECAdaptorSignatureTest.scala Add Schnorr and Adaptor Secp Bindings and Update Adaptor (#2885) 2021-04-21 09:42:43 -05:00
ECDigitalSignatureTest.scala Adaptor signatures for Scala.js (#2794) 2021-03-22 16:50:04 -05:00
ECPrivateKeyTest.scala Pubkey Refactor (#2936) 2021-05-06 13:19:52 -05:00
ECPublicKeyTest.scala Call decompression on public keys less (#2988) 2021-05-07 02:05:10 -05:00
FieldElementTest.scala Call decompression on public keys less (#2988) 2021-05-07 02:05:10 -05:00
HashDigestTest.scala Schnorr js (#2805) 2021-03-22 12:56:40 -05:00
NumberGenerator.scala Schnorr js (#2805) 2021-03-22 12:56:40 -05:00
SchnorrDigitalSignatureTest.scala Schnorr js (#2805) 2021-03-22 12:56:40 -05:00
SchnorrNonceTest.scala Call decompression on public keys less (#2988) 2021-05-07 02:05:10 -05:00
SchnorrPublicKeyTest.scala Call decompression on public keys less (#2988) 2021-05-07 02:05:10 -05:00
SignTest.scala Made ECPrivateKey signing synchronous and got src compiling (#2652) 2021-03-23 17:05:58 -05:00
SipHashTest.scala SipHash for Scala.js (#2797) 2021-03-16 09:43:50 -05:00