uploeger
uploeger
test environment: java version: openjdk version "1.8.0_362" java tink library version: 1.9.0
I tested with shared aead object, but the result is the same. Since I could not re-open a closed issue, I opened a new one. [AeadThread.zip](https://github.com/google/tink/files/11720852/AeadThread.zip)
Are you using a central/static instance of "java.util.Random" ? Instances of java.util.Random are threadsafe. However, the concurrent use of the same java.util.Random instance across threads may encounter contention and consequent...
I can confirm that new version 1.14 is much faster and scaling with java threads. Many thanks to the development team :) issue can be closed java AeadThreadDet encrypt "This...