Skip to content

Frequently Asked Questions

tarcieri edited this page Mar 3, 2013 · 12 revisions

Q: I already have a Crypto class this conflicts with. What should I do?

A: Delete your Crypto class and use RbNaCl instead. Trust me.

A: This is a partial NaCl binding which uses the C extension API and therefore doesn't work across all Ruby VMs (e.g. JRuby).

RbNaCl is a complete NaCl binding designed to work everywhere via Ruby FFI. RbNaCl fully supports JRuby and all other Ruby VMs which implement FFI.

Clone this wiki locally