Ji-Peng

Results 9 comments of Ji-Peng

I'm planning to develop a faster Ed25519 implementation with radix-64 or radix-51. I found that the existing X25519 implementation to be sub-optimal from a code size perspective. The basic pattern...

Thank you for your response. Upon reviewing my previous records, I found that the configuration command I used was `./configure --with-ssl=/root/local-eng25519`, specifying only my custom OpenSSL directory. I happen to...

I have now fully replicated the issue. Please let me know what information you need from me.

I've documented nearly all commands and their corresponding outputs when replicating this issue. Please take a look at the [debug_unbound](https://github.com/Ji-Peng/debug_unbound). It contains ample information. If the above details are still...

Yes, all configurations are same on Ubuntu 20.04.

Sorry, I don't have a ubuntu20.04 system to run unbound right now, I just remember that the operation flow including all the commands on the ubuntu20.04 system is exactly the...

Now that it's late at night in China, I can use the Libevent library to link and rerun unbound on my 22.04 system tomorrow

I've used `libevent` to link and rerun the previously described experimental steps. Here's the configuration: `./configure --with-ssl=/root/local-eng25519 --with-libevent`. The output of the `unbound -V` command is as follows: ``` Version...

Has there been any further progress regarding this issue?