public class BouncyCastleFieldBenchmark extends AbstractBenchmark
random_
Constructor and Description |
---|
BouncyCastleFieldBenchmark() |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.math.ec.ECFieldElement |
add() |
org.bouncycastle.math.ec.ECFieldElement |
divide() |
org.bouncycastle.math.ec.ECFieldElement |
invert() |
static void |
main(String[] args) |
org.bouncycastle.math.ec.ECFieldElement |
multiply() |
void |
setupInvocation() |
void |
setUpTrial() |
org.bouncycastle.math.ec.ECFieldElement |
square() |
org.bouncycastle.math.ec.ECFieldElement |
squareRoot() |
org.bouncycastle.math.ec.ECFieldElement |
subtract() |
run, setUpRandom
public void setUpTrial()
public void setupInvocation()
public org.bouncycastle.math.ec.ECFieldElement add()
public org.bouncycastle.math.ec.ECFieldElement subtract()
public org.bouncycastle.math.ec.ECFieldElement multiply()
public org.bouncycastle.math.ec.ECFieldElement divide()
public org.bouncycastle.math.ec.ECFieldElement square()
public org.bouncycastle.math.ec.ECFieldElement squareRoot()
public org.bouncycastle.math.ec.ECFieldElement invert()
public static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
org.openjdk.jmh.runner.RunnerException
Copyright © 2011–2022 Stiftung SIC. All rights reserved.