Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 336 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 336 Bytes

SecureRandom Sample App

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

Running

Java:

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

Native:

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