diff --git a/doc/forum/Problems_using_blake2_backend/comment_1_f3ffd27a9b515e867041b6cebfeeafad._comment b/doc/forum/Problems_using_blake2_backend/comment_1_f3ffd27a9b515e867041b6cebfeeafad._comment new file mode 100644 index 0000000000..0516ea4319 --- /dev/null +++ b/doc/forum/Problems_using_blake2_backend/comment_1_f3ffd27a9b515e867041b6cebfeeafad._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2019-01-22T21:21:22Z" + content=""" +This means that the C implementation of blake2 in the cryptonite library +is optimised using an instruction not supported by your CPU. + +My first guess is it's SSE, which gets enabled when cryptonite is built +with the `support_sse` build flag. That flag is not enabled by default; +but perhaps archlinux has enabled it? +"""]]