bitcoinj/core
Sean Gilligan 855b50cd63 Coin: replace LongMath.pow() with hardcode
There's no convenient Java built-in for exponentiation
of `long`. And the COIN_VALUE constant is unlikely to ever change.
So we're just going to define it with a `long` literal.

Fortunately Java 7 added the ability to use `_` to group digits.
2023-03-02 12:27:57 +01:00
..
src Coin: replace LongMath.pow() with hardcode 2023-03-02 12:27:57 +01:00
build.gradle build.gradle: update protobuf-javalite to 3.21.12 2023-01-29 21:59:16 +01:00
findbugs.xml Renamespace to org.bitcoinj away from com.google.bitcoin, as bitcoinj is no longer a Google project and being namespaced under com.google causes issues with Sonatype/Maven Central. 2014-09-30 17:05:07 +02:00