Marnix Klooster
Marnix Klooster
I see the following occurring: - This extension runs the `zig build` command in VSCode's current directory, using all absolute names (the binary by doing its own PATH lookup presumably,...
As discussed on Discord with @mattnite, working around (suspected) Zig 0.11.0 bug https://github.com/ziglang/zig/issues/17882 in microzig. (Issue #154 created to revert this in the next Zig release that fixes this.)
This slightly generalizes the earlier commit 2852e56 from https://github.com/ZigEmbeddedGroup/microzig/pull/125.
Revert the #153 workaround for https://github.com/ziglang/zig/issues/17882, once we switch to Zig 0.12.0 (or 0.11.1), assuming that newer version fixes the issue.
See the commit texts for details. Things I'd like to look at in the future: - Splitting up the one big file into separate files. - Looking at the other...
As discussed on Discord with @mattnite, working around (suspected) Zig 0.11.0 bug https://github.com/ziglang/zig/issues/17882 in stmicro-stm32. (Issue #32 created to revert this in the next Zig release that fixes this.)
Revert the #31 workaround for https://github.com/ziglang/zig/issues/17882, once we switch to Zig 0.12.0 (or 0.11.1), assuming that newer version fixes the issue.
_(This question is not specific to to BCFIPS / BC-FJA, and I imagine you would first want to add this in your 'regular' bctls-jdk18on.jar. But we would adopt this suggested...
As can be seen in reproduction scenario [marnix/eddsa-keyspec-bc-fips](https://github.com/marnix/eddsa-keyspec-bc-fips/tree/v1), when using bc-fips-2.0.0.jar **without the SunEC provider**, on Java 17, a BCFIPS `EdDSA` `KeyFactory` cannot generate a public key based on a...