into a kmp library ?
My research lead me to how to use swift only code in kmp,
Looking for already packaged lib 😄
j
Jan Holešovský
12/12/2023, 7:31 AM
What do you want to achieve? If you are just searching for something, you'd be better off googling or asking chatgpt; if you want to solve a problem, describe the problem 😉
a
Ahmed na
12/12/2023, 7:47 AM
I'm want to use
X448
and
X25519
encryption in my kotlin commode module
these alg are offered by
If your main concern are these two algorithms, then maybe using openssl would be a viable alternative for you? Integrating BoringSSL (a fork of OpenSSL - https://boringssl.googlesource.com/boringssl/) into KMP is reasonably easy, can post some pointers here if you are interested.
a
Ahmed na
12/12/2023, 8:04 AM
yeah if i can import this library into a kmp module (common or ios target) would be great
would appreciate any snippets !