Kotlin Rust Interop
- An attempt to implement methods in Kotlin via rust.
RSA algorithm
- Learning kotlin && Interop through implementing on how to calculate the rsa encryption algorithm.
- To learn about the rsa algorithm check this video:
Prerequisite
Ensure you have the following installed:
- kotlin
- Java
- Rust
Setup
git clone https://github.com/Wambug/kotlinrust.git
Run
make run