oconnor663 / blake3-py

Python bindings for the BLAKE3 cryptographic hash function
Other
139 stars 12 forks source link

c_impl: apple silicon build fix #33

Closed ThomasWaldmann closed 2 years ago

ThomasWaldmann commented 2 years ago

(based on / merge after #32)

ThomasWaldmann commented 2 years ago

Ran a small benchmark on my M1 MacBook Air now that the build succeeded:

blake3                   1GB        1.071s   <-- hw accelerated (NEON)
blake2b                  1GB        2.308s
hmac-sha256              1GB        0.679s   <-- hw accelerated (SHA2)