From 80327e514684048a33a98362bafcfe9481d10b4c Mon Sep 17 00:00:00 2001 From: Rusty Conover Date: Tue, 2 Jul 2024 18:04:33 -0400 Subject: [PATCH] fix: add crypto extension --- extensions/crypto/description.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 extensions/crypto/description.yml diff --git a/extensions/crypto/description.yml b/extensions/crypto/description.yml new file mode 100644 index 0000000..e0b5765 --- /dev/null +++ b/extensions/crypto/description.yml @@ -0,0 +1,14 @@ +extension: + name: crypto + description: Cryptographic hash functions and HMAC + version: 1.0.0 + language: C++ + build: cmake + license: Apache-2.0 + excluded_platforms: "windows_amd64_rtools;windows_amd64" + maintainers: + - rustyconover + +repo: + github: rustyconover/duckdb-crypto-extension + ref: b6ccda3451d4fac8a2c0ae5ab2bca5216f22424c