Home
last modified time | relevance | path

Searched refs:BLAKE3_VERSION_STRING (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3.h11 #define BLAKE3_VERSION_STRING "1.3.3" macro
Dblake3.c8 const char *blake3_version(void) { return BLAKE3_VERSION_STRING; } in blake3_version()