aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/core/src/main/java/org/spongycastle/crypto/prng/EntropySourceProvider.java
blob: 1efabb4828fb9434cd5691c19d2f6fbb2b13419b (plain)
1
2
3
4
5
6
package org.spongycastle.crypto.prng;

public interface EntropySourceProvider
{
    EntropySource get(final int bitsRequired);
}