AAkira / Kotlin-Multiplatform-Libraries

Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
2.82k stars 239 forks source link

Add library `secure-random` #130

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

secure-random

secure-random


05nelsonm commented 1 year ago

Heyo! Wanted to ask your thoughts on adding some sort of additional badge to indicate support for more than just linuxX64. There's a whole host of projects that only have x64 support, and others that have full support for Linux.

Maybe something like

badge-linux-arm badge-linux-mips

[badge-linux-arm]: http://img.shields.io/badge/support-[LinuxArm]-2D3F6C.svg?style=flat
[badge-linux-mips]: http://img.shields.io/badge/support-[LinuxMIPS]-2D3F6C.svg?style=flat
AAkira commented 1 year ago

@05nelsonm

Thanks for the suggestion. You may add tags there.

Sorry for the late reply.

05nelsonm commented 1 year ago

@05nelsonm

Thanks for the suggestion. You may add tags there.

Sorry for the late reply.

Heyo, no worries. I don't even think they're necessary anymore, as those targets are being deprecated as of 1.8.20

05nelsonm commented 1 year ago

Also, will be closing this PR as I've moved the library to the KotlinCrypto organization. Will create another one at a later date with more of those libs that I'm working on over there.

AAkira commented 1 year ago

Thank you!