BLAKE3-team / BLAKE3

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

BLAKE3_FORCE_PORTABLE #388

Open divinity76 opened 8 months ago

divinity76 commented 8 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