Hello, my name is Daksha and I'm a 3rd year computer engineering student. For Kotlin Multiplatform libraries, I'd like to port noble cryptography to Kotlin. Noble is a zero-dep audited typescript library for cryptographic curves and hashes. Crypto libraries on Kotlin Multiplatform are fragmented. Most libraries are wrappers over platform specific code. We benefit from typescript being syntactically similar to Kotlin, so port should be simple
Let me know your thoughts, regards!