|
|
|
|
|
by tptacek
4443 days ago
|
|
Same difference. Golang provides cryptographic primitives but few fully-implemented constructions; for instance, if you use Golang's CBC, you have to implement your own padding. Any Golang program that implements crypto will also need to implement an incomplete and poorly-specified version of NaCl. (That's true of virtually every other programming language as well.) |
|
Yes you can still use them wrong, and you're not much more advanced. But the original comment seemed to suggest it was about implementing the low-level algorithms.