Skip to content

Commit

Permalink
Become spongy with become-spongy BFG script
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Aug 30, 2017
1 parent a7ce0a0 commit 0ad17d6
Show file tree
Hide file tree
Showing 6,240 changed files with 392,978 additions and 392,978 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion core/src/main/j2me/java/math/BigInteger.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.util.Random;
import java.util.Stack;

import org.bouncycastle.util.Arrays;
import org.spongycastle.util.Arrays;

public class BigInteger
{
Expand Down
10 changes: 5 additions & 5 deletions core/src/main/j2me/java/security/SecureRandom.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

import java.util.Random;

import org.bouncycastle.crypto.digests.SHA1Digest;
import org.bouncycastle.crypto.digests.SHA256Digest;
import org.bouncycastle.crypto.prng.RandomGenerator;
import org.bouncycastle.crypto.prng.DigestRandomGenerator;
import org.spongycastle.crypto.digests.SHA1Digest;
import org.spongycastle.crypto.digests.SHA256Digest;
import org.spongycastle.crypto.prng.RandomGenerator;
import org.spongycastle.crypto.prng.DigestRandomGenerator;

/**
* An implementation of SecureRandom specifically for the light-weight API, JDK
* 1.0, and the J2ME. Random generation is based on the traditional SHA1 with
* counter. Calling setSeed will always increase the entropy of the hash.
* <p>
* <b>Do not use this class without calling setSeed at least once</b>! There
* are some example seed generators in the org.bouncycastle.prng package.
* are some example seed generators in the org.spongycastle.prng package.
*/
public class SecureRandom extends java.util.Random
{
Expand Down
260 changes: 0 additions & 260 deletions core/src/main/j2me/org/bouncycastle/asn1/ASN1GeneralizedTime.java

This file was deleted.

Loading

0 comments on commit 0ad17d6

Please sign in to comment.