Short Updates

Big Update to the DuckDB crypto Extension!

I'm excited to share today’s release of the crypto extension, bringing improvements and new capabilities: Updated crypto_hash API – This function now...

I’m excited to share today’s release of the crypto extension, bringing improvements and new capabilities:

Updated crypto_hash API – This function now returns a BLOB containing the hash value instead of a hex-encoded string. Make sure to check the updated docs if you’re using this function. Blake3 Hash Algorithm – Fast, secure, and now fully supported. New crypto_hash_agg() Aggregate Function – Hash values across multiple rows, opening up a lot of new analytical possibilities. Enhanced Documentation – Clearer, more detailed guides to help you get the most out of the extension.

Visit the extension here - https://query.farm/duckdb_extension_crypto.html

Originally posted on LinkedIn.