Mouse
Mouse
I am against seeking compatibility with the original submission instead of tracking updates. Rest assured that whatever NIST standardizes, will include all the fixes created during the evaluation/review period. >...
Frankly, I don't understand why one may want or need a FAT binary or library. If you're on M1 - build library for M1, and link against it. If on...
Yes, there sure still are Intel variants of Mac, and I have several of them at work. But I never build fat binaries, almost-always compile for the native architecture, sometimes...
I would also like to see inclusion of NTRU HPS4096821 and Falcon-1024.
> Is there any reason to prefer BLISS over Dilithium? My concern with BLISS is that it wasn't submitted to the NIST PQC competition. So, it did not undergo a...
@hrantzsch why not just use Kyber and Dilithium implementations provided by their inventors?
If (for reasons I don't claim to understand) you insist on linking with a **static** Botan library, you need to add `libc++.dylib` (which, like `libSystem.B.dylib`, does **not** exist in static...
I can do it with pretty much all other plugins/languages. Using it a lot with Rust, for example. Being unable to do that is a serious inconvenience/deficiency, IMHO.
After installing Pandoc via Stack (there was Cabal-built executable on the PATH before that), the errors changed, but still no success: ``` $ stack exec make pandoc -c css/style.css --filter...
> A tool to get information about a file system is planned but (as of now) not very high priority. If there's a use case where this is needed faster,...