How to use SHA1 and Base64 from native

I am test driving Kotlin Native and the standard library doesn’t seem to have a way to generate hashes or base 64 encode, but I see code for it under kotlin-native/common. Are these functions exposed in any way?

1 Like

Nope, they are part of the runtime not exposed to the end user yet