|
|
|
|
|
by glass-
4039 days ago
|
|
> Using C/C++ for this application domain is a non-starter What language would you use? The requirements are that it be low-level enough that you can zero keys from memory and needs to be able to be ported to every major OS, including iOS and Android. |
|
The red herring that gets trotted out is timing and side channel attacks, crypto itself can still be done in nacl. But everything else, GUI interaction, network interaction and parsing of external data should be done in a safe language.