I need to calculate PDA (Program Derived Address) using Java/Kotlin open-source libraries.
In Solana Web3 Javascript library there is an algorithm, which internally uses Tweetnacl-JS.
Unfortunately, my knowledge of cryptography is not enough to port this to Java.
I found an awesome Solana.kt
library that has PDA calculation