Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
overheadhunter committed Jan 10, 2025
1 parent 90fdf1c commit edd4827
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@
*******************************************************************************/
package org.cryptomator.cryptolib.common;

import java.nio.ByteBuffer;
import com.google.common.collect.Iterators;
import com.google.common.primitives.Bytes;

import java.security.SecureRandom;
import java.util.Arrays;
import java.util.Iterator;
import java.util.Random;

import com.google.common.collect.Iterables;
import com.google.common.collect.Iterators;
import com.google.common.primitives.Bytes;

public class SecureRandomMock extends SecureRandom {

private static final ByteFiller NULL_FILLER = bytes -> Arrays.fill(bytes, (byte) 0x00);
Expand Down

0 comments on commit edd4827

Please sign in to comment.