Sign in
android-kvm
/
buildroot
/
refs/heads/next
/
.
/
package
/
blake3
/
Config.in
blob: afad6541d95a851b70467a4d7b60ed29d9d54f45 [
file
] [
edit
]
config BR2_PACKAGE_BLAKE3
bool
"blake3"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8
# C++20
help
BLAKE3
is
a cryptographic hash
function
.
https
:
//github.com/BLAKE3-team/BLAKE3