Some gripes about nacl
tedunangst.com
Some gripes about nacl
1–10 of 47 posts
Re: Some gripes about nacl
#2Uhm.. What? Isn't this going exactly against all that nacl was ever designed for?
Also, why can't instructions for one CPU be translated/compiled to instructions suitable for another CPU?
Re: Some gripes about nacl
#3> If nacl picks up that your new CPU has some advanced instructions, it will use them, resulting in a library that won’t work on older CPUs. It’s hard to ship binaries when you’re uncertain of what CPUs they will run on. Uhm.. What? Isn't this going exactly against all that nacl was ever designed for? Also, why can't instructions for one CPU be translated/compiled to instructions suitable for another CPU?
Are you thinking of https://developer.chrome.com/native-client ?
Re: Some gripes about nacl
#4Re: Some gripes about nacl
#5Re: Some gripes about nacl
#6Simply put, use the reference nacl implementation only when you really know what you're doing. As with all things crypto it's easy to shoot yourself in the foot, and libsodium makes it a bit harder than reference nacl.
Re: Some gripes about nacl
#7> If nacl picks up that your new CPU has some advanced instructions, it will use them, resulting in a library that won’t work on older CPUs. It’s hard to ship binaries when you’re uncertain of what CPUs they will run on. Uhm.. What? Isn't this going exactly against all that nacl was ever designed for? Also, why can't instructions for one CPU be translated/compiled to instructions suitable for another CPU?
The article is about http://nacl.cr.yp.to/ . Are you thinking of https://developer.chrome.com/native-client ?
Re: Some gripes about nacl
#8Re: Some gripes about nacl
#9[deleted]
Re: Some gripes about nacl
#10[deleted]