Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 337 Bytes

CryptoRand Sample App

Simple application that will use CryptoRand.Default to generate and then print random bytes.

Running

Java:

./gradlew :sample:jvmRun -PKMP_TARGETS="JVM"

Native:

./gradlew :sample:runDebugExecutableNativeHost -PKMP_TARGETS="LINUX_ARM64,LINUX_X64,MACOS_ARM64,MACOS_X64,MINGW_X64"