FSMaxB / mcJSON

A fork of cJSON with the goal of making it fit to create JSON containing cryptographic keys.
ISC License
2 stars 1 forks source link

Make independent from libsodium #6

Open FSMaxB opened 8 years ago

FSMaxB commented 8 years ago

It would be nice to be able to compile this library without using libsodium. This means that molch-buffer has to be able to be compiled without libsodium (which it currently uses to fill a buffer with random numbers and to fill it with zeroes).