Closed tomholub closed 5 years ago
Current decrypt speed on my phone, rsa4096 (utf encrypted test)
D: <-- 200 OK https://localhost:47929/ (12250ms)
D: <-- 200 OK https://localhost:47929/ (10877ms)
D: <-- 200 OK https://localhost:47929/ (10874ms)
Current Run all tests
: seconds [33 30 30]
Current rsa4096 utf encrypted test
with just one key loaded: ms [6692 6080 5782]
After doing rsa decryption in Kotlin:
After doing rsa verify modular exponentiation in Kotlin:
can use native implementations for:
AES should not be needed as it's using native implementation on Node