kazu-yamamoto / quic

IETF QUIC library in Haskell
BSD 3-Clause "New" or "Revised" License
91 stars 12 forks source link

Supporting non x86_64 #21

Closed kazu-yamamoto closed 2 years ago

kazu-yamamoto commented 2 years ago

fusion can be used only on x86_64 (including amd64). It is necessary to fall back to cryptonite on other architectures as used to do (69e1dac63841caf06c28c979276ff3af08654260).

kazu-yamamoto commented 2 years ago

Consider