mirror of
https://github.com/etesync/android
synced 2025-06-07 00:28:48 +00:00
Remove unneeded fixme.
This commit is contained in:
parent
d2eaf5f434
commit
01add874dc
@ -24,7 +24,6 @@ import java.util.Arrays;
|
|||||||
import com.etesync.syncadapter.App;
|
import com.etesync.syncadapter.App;
|
||||||
|
|
||||||
public class Crypto {
|
public class Crypto {
|
||||||
// FIXME: This should be somewhere else
|
|
||||||
public static String deriveKey(String salt, String password) {
|
public static String deriveKey(String salt, String password) {
|
||||||
final int keySize = 190;
|
final int keySize = 190;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user