Example usage for org.bouncycastle.crypto.signers DSAKCalculator interface-usage

List of usage examples for org.bouncycastle.crypto.signers DSAKCalculator interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.crypto.signers DSAKCalculator interface-usage.

Usage

From source file us.eharning.atomun.core.ec.internal.RFC6979KCalculator.java

/**
 * A deterministic K calculator based on the algorithm in section 3.2 of RFC 6979.
 */
public class RFC6979KCalculator implements DSAKCalculator {
    private static final BigInteger ZERO = BigInteger.valueOf(0);