sodium-friends / sodium-native

Low level bindings for libsodium
MIT License
300 stars 64 forks source link

Fix compilation on iOS #177

Closed kasperisager closed 1 year ago

kasperisager commented 1 year ago

iOS supports neither getentropy() nor sys/random.h so this PR removes the corresponding flags.

kasperisager commented 1 year ago

@mafintosh This is ready for review.