bitcoinj/core/src
Sean Gilligan e3f0f23ff9 ECKey: make CURVE package private, provide accessor
* Make the static field ECKey.CURVE (which is a Bouncy Castle
  type) package private and provide the ecDomainParameters() accessor
  for those who really need it.

* Use the accessor in DefaultRiskAnalysisTest

* We will not update code within the `o.b.crytpo` package
  to use the accessor, since we intend to migrate all/most
  of those usages to the `java.security` types.
2024-03-11 10:06:02 +01:00
..
main ECKey: make CURVE package private, provide accessor 2024-03-11 10:06:02 +01:00
test ECKey: make CURVE package private, provide accessor 2024-03-11 10:06:02 +01:00