https://docs.racket-lang.org/crypto/factory.html#%28def._%28%28lib._crypto%2Fsodium..rkt%29._sodium-factory%29%29
"Factory for Sodium <https://download.libsodium.org/doc/> (aka libsodium). This factory does not provide the high-level Sodium APIs; it only provides access to some of the low-level primitives. The libsodium.so.{23,18} library is required." When compiling libsodium on OSX 10.11 I get: /usr/local/lib/libsodium.23.dylib /usr/local/lib/libsodium.a /usr/local/lib/libsodium.dylib -> libsodium.23.dylib /usr/local/lib/libsodium.la Unsurprisingly, the Racket crypto library's libsodium-factory is unavailable, since there's no libsodium.so available. I get the same .dylib and .a files if I install via homebrew, except off in /usr/local/Cellar instead of a standard lib directory. I've got the library, so is there a way to make crypto notice that fact? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.