Tomas
Tomas
Can you please tell me how to import the library into the project? The library itself compiles successfully with your commands from travis, but the vectors and debug fail the...
Windows 11 Pro 22H2 22621.1992 Visual Studio Community 2022 17.6.5 cl.exe version 19.36.32537 for x64 cmake version 3.27.0-rc4 All steps: 1. clone repo into `F:\kyber` 2. create folder `build` in...
With PQClean I also get unresolved external symbol. Help please.
> ACK. [PQClean/PQClean#492](https://github.com/PQClean/PQClean/pull/492) seems like it would be fixing that. No, this change had no effect. I switched to liboqs, everything works great. Just tell me, please, did the creators...
> > It is safe? > > What do you mean by this? Is the algorithm implemented correctly? Are there any vulnerabilities? I recently saw a lib in which key...
Code generated by chat gpt. Needs review: ```typescript declare module "@tryghost/admin-api" { export interface ClientOptions { url: string; key: string; version?: string; } export interface Page { id: string; title:...
After this update, the program began to hang after entering the input. I'm using w64devkit to run.
I enter an input, press enter and for some reason the cursor does not go to a new line. After that, my 6 core 6 thread processor is loaded by...
@Senemu `make clean` helped build the version without blas, also added `--batch_size 8` just in case. The problem did not go away, besides, I was able to run it in...
I added a few lines to the code to find where the problem might be. Looks like getwchar hangs when hitting enter.  