1
0
mirror of https://github.com/etesync/android synced 2024-11-16 04:49:06 +00:00

Remove unneeded fixme.

This commit is contained in:
Tom Hacohen 2017-03-29 13:27:56 +01:00
parent d2eaf5f434
commit 01add874dc

View File

@ -24,7 +24,6 @@ import java.util.Arrays;
import com.etesync.syncadapter.App;
public class Crypto {
// FIXME: This should be somewhere else
public static String deriveKey(String salt, String password) {
final int keySize = 190;