ionspin / kotlin-multiplatform-bignum

A Kotlin multiplatform library for arbitrary precision arithmetics
Apache License 2.0
350 stars 41 forks source link

Kotlinx serialization support #182

Closed ionspin closed 3 years ago

ionspin commented 3 years ago

A support library that contains bignum serializers. Needs to be separate as KotlinX Serialization doesn't support Linux ARM and MinGW x86 targets, and also JS legacy build errors out so it's not included in the library. This addresses #170 and #181.