BLAKE3-team / BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function
Apache License 2.0
4.71k stars 315 forks source link

BLAKE3_FORCE_PORTABLE #388

Open divinity76 opened 3 months ago

divinity76 commented 3 months ago

simple flag to only compile the portable implementation

got the idea from https://github.com/BLAKE3-team/BLAKE3/issues/364#issuecomment-2001979018

could name it BLAKE3_PORTABLE instead, maybe, idk