1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2025-01-21 15:50:01 +01:00
BLAKE3/c/blake3_c_rust_bindings/src
Jack O'Connor 320affafc1 rename the "context string" to the "purpose string"
Apart from being pretty ambiguous in general, the term "context string"
has the specific problem that it isn't clear whether it should be
describing the input or the output. In fact, it's quite important that
it describes the output, because the whole point is to domain-separate
different outputs that derive from the *same* input. To make that
clearer, rename the "context string" to the "purpose string" in
documentation.
2021-02-28 20:05:40 -05:00
..
lib.rs rename the "context string" to the "purpose string" 2021-02-28 20:05:40 -05:00
test.rs rename the "context string" to the "purpose string" 2021-02-28 20:05:40 -05:00