commit 2f107c7c265fee6330a93d8cbfe1ead0fbc96fd4 parent 551774924f264d7b574bb2ccd21395df661dbb40 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Fri, 27 May 2022 15:59:45 +0200 Encourage BLAKE3 Diffstat:
M | include/clap/ext/draft/file-reference.h | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/clap/ext/draft/file-reference.h b/include/clap/ext/draft/file-reference.h @@ -22,6 +22,11 @@ extern "C" { /// - hash /// - be aware that some external file references are marked as dirty /// and needs to be saved. +/// +/// Regarding the hash algorithm to choose, there are multiple options yet as of 2022, +/// BLAKE3 seems to be the best choice in regards to performances and robustness while +/// also providing a very small pure C library with permissive licensing. +/// That's why we encourage plugins and hosts to support BLAKE3. typedef struct clap_file_reference { clap_id resource_id;