keepsimple1

Results 100 comments of keepsimple1
trafficstars

As CTR mode encryption could be parallelized and essentially works in a stream mode, what kind of API are you looking for? Any good examples from other languages / tools...

Thanks for the info. Adding a link: https://pycryptodome.readthedocs.io/en/latest/src/cipher/classic.html#ctr-mode and the counter module: https://pycryptodome.readthedocs.io/en/latest/src/util/util.html#crypto-util-counter-module

A reference implementation in C in OpenSSL: https://github.com/openssl/openssl/blob/master/crypto/modes/ctr128.c

Thank you for opening the issue and the detailed info! I tried the minimal test code: running it inside a Docker container of Ubuntu Linux 24.04. The `watch` output did...

No worries. I have a couple of questions: > I added the following print log::error!("Timer Count : {}", zc.timers.len()); to the ServiceDeamon run (inside the loop) and can see very...

Thanks! The timer count does look very high. Probably because there are many DNS records received like you mentioned. I've created a PR #338 with a change to clean up...

I updated the PR to skip the DNS records that are not actively queried (except already existing). Would you please try and see if it is helpful? Thanks!

That's interesting! Did you observe the same memory issue eventually? And, does the issue happen on both a server (responder with registered services) and a client (without registered services)? I've...

I've merged the PR #338 and it automatically closed this issue. I just re-opened it. I saw your earlier version of the comment requesting a new release with the current...

Not a problem! Happy to know that!