High-Performance Wavelet Matrix for Python, Implemented in Rust
https://pypi.org/project/wavelet-matrix/
#HackerNews #HighPerformance #WaveletMatrix #Python #Rust #Implementation
High-Performance Wavelet Matrix for Python, Implemented in Rust
https://pypi.org/project/wavelet-matrix/
#HackerNews #HighPerformance #WaveletMatrix #Python #Rust #Implementation
An Implementation of J
https://www.jsoftware.com/ioj/ioj.htm
#HackerNews #An #Implementation #of #J #J #programming #language #Hacker #News #Coding #Community #Tech #Innovation
Implementation of a Java Processor on a FPGA
https://mavmatrix.uta.edu/electricaleng_theses/337/
#HackerNews #JavaProcessor #FPGA #Implementation #Electronics #Engineering #Technology
I implemented an ISO 42001-certified AI Governance program in 6 months
https://beabytes.com/iso42001-certified-ai-governance/
#HackerNews #ISO42001 #AI #Governance #AI #Ethics #Certification #Implementation #TechInnovation
Fil-C: A memory-safe C implementation
https://lwn.net/SubscriberLink/1042938/ac9a001023324bf8/
#HackerNews #FilC #MemorySafe #C #Implementation #HackerNews #Programming #Languages
Fil-C: A memory-safe C implementation
https://lwn.net/SubscriberLink/1042938/658ade3768dd4758/
#HackerNews #FilC #MemorySafe #C #Implementation #Programming #Security #TechNews
I need some advise: Is there a good portable and free (really free, not GPL!) #implementation of #bcrypt in #C around?
There's #OpenBSD source I could use, but integrating that would probably be quite a hassle...
Background: I want to start creating a second credential checker for #swad using files. And it probably makes sense to support a sane subset of #Apache's #htpasswd format here. Looking at the docs:
https://httpd.apache.org/docs/current/misc/password_encryptions.html
... the "sane subset" seems to be just bcrypt. MAYBE also this apache-specific flavor of "iterated" MD5, although that sounds a bit fishy ...