ncdc 1.22.1

This commit is contained in:
Yorhel 2019-06-03 13:54:25 +02:00
parent 0201ab095d
commit 095e19d738
3 changed files with 24 additions and 16 deletions

View file

@ -20,6 +20,12 @@ the incidental article on this site. Enjoy your stay!
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
`2019-06-03` - ncdc 1.22.1 released <!-- tags: ncdc, link: /ncdc -->
: This release fixes a segfault that may happen when connecting with other
ADC clients. This bug was introduced in 1.22. Additionally, static binaries
are now available for AArch64. [Homepage](/ncdc) -
[Changelog](/ncdc/changes).
`2019-05-14` - New article: Fast Key Lookup with a Small Read-Only Database <!-- link: /doc/pwlookup -->
: How to quickly check if a password is in a large (but nicely compressed)
dictionary. Some code and a few benchmarks. [Read more.](/doc/pwlookup)