Example usage for org.bouncycastle.crypto DerivationFunction interface-usage

List of usage examples for org.bouncycastle.crypto DerivationFunction interface-usage

Introduction

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

Usage

From source file org.ethereum.crypto.MGF1BytesGeneratorExt.java

/**
 * This class is borrowed from spongycastle project
 * The only change made is addition of 'counterStart' parameter to
 * conform to Crypto++ capabilities
 */
public class MGF1BytesGeneratorExt implements DerivationFunction {