found TODO while patching android

This commit is contained in:
Jakub 2019-05-10 08:08:03 +02:00
parent 56a73b1532
commit 532ce66247
2 changed files with 4 additions and 4 deletions

View file

@ -456,8 +456,8 @@ func (pm *PmCrypto) GenerateRSAKeyWithPrimes(
return pm.generateKey(userName, domain, passphrase, "rsa", bits, primeone, primetwo, primethree, primefour)
}
// GenerateKey ...
// TODO: is it really disabled
// GenerateKey and generate primes
// TODO: is it really disabled -> no this is used by android
// disabled now, will enable later
// #generat new key with email address. Fix the UserID issue in protonmail system. on Feb 28, 17
// #static generate_key_with_email(email : string, passphrase : string, bits : i32) : open_pgp_key;