Skip to content

Commit

Permalink
Merge pull request #25 from rustyconover/add_crypto
Browse files Browse the repository at this point in the history
fix: add crypto extension
  • Loading branch information
samansmink committed Jul 3, 2024
2 parents 667939e + 80327e5 commit 8f9fe6b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions extensions/crypto/description.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8f9fe6b

Please sign in to comment.