Re: Question on Kyber Encryption (Key Gen)

2024-10-29 Thread Vincent Cozzo via Gnupg-users
One minor correction: I'm not running systemd (there's a reason I run Devuan!). But still, maybe there's a sysvinit thing that is doing a similar operation, who knows. Thanks for the response. I will have to read this more thoroughly. On Tue, Oct 29, 2024 at 9:04 AM Werner Koch wrote: > Hi! > >

Re: Question on Kyber Encryption (Key Gen)

2024-10-28 Thread Vincent Cozzo via Gnupg-users
Hey all, I do have an update on this effort, though to make a long story short, "the code works and I don't know why." When I try to install gpg 2.5.1 "system-wide," the executables end up in /usr/local/bin. This sounds fine and normal, but in this state, I encounter two problems: 1. the prior er

Re: Question on Kyber Encryption (Key Gen)

2024-10-23 Thread Vincent Cozzo via Gnupg-users
Hi Werner, If it helps at all, here is the stacktrace when I run my executable through GDB: ``` #0 common_gen (keyparms=keyparms@entry=0x5569c920 "(genkey(ecc(curve 15:brainpoolP256r1)(flags nocomp)))", keyparms2=keyparms2@entry=0x556471d7 "(genkey(kyber768))", algo=algo@entry=8, algo

Question on Kyber Encryption (Key Gen)

2024-10-21 Thread Vincent Cozzo via Gnupg-users
Hi GPG Users/Developers, I am doing research on Post Quantum Cryptography, and I had a question about the GPG 2.5.1 development release, since I read that it allegedly features an implementation of Kyber. >From analyzing the codebase (g10/keygen.c), it is clear that the only way to generate a Kyb