Arvind Mukund
Arvind Mukund
Hello, I'm running an opengrok server which is set to run `opengrok-indexer` periodically using cron. I notice that when the indexer is running and the output is `Sending configuration to:...
Allow allow enums like `Result` to be used across FFI if the T/E can be niche optimized and the non-niche-optimized type is FFI safe. Implementation of https://github.com/rust-lang/rfcs/pull/3391 Tracking issue: https://github.com/rust-lang/rust/issues/110503...
`fiat-constify` was updated to allow for new-type code generated by `fiat-crypto` was compatible in https://github.com/RustCrypto/utils/pull/992. This issue tracks the remaining implementations - [ ] bign256 - [ ] bp256 -...
I couldn't find an API to support streaming AES-GCM encryption. In a way such the the whole plaintext is sent in chunks and the tag needs to be computed for...
### Zig Version 0.13.0-dev.46+3648d7df1 ### Steps to Reproduce and Observed Behavior I'm trying to export a symbol from my binary (kinda similar to https://github.com/ziglang/zig/issues/6804). For the following code: ```zig export...
When executable has `-rdynamic` this adds `--export-dynamic` to linker argument with no way to control the exported dynamic symbols. Version script can be used here to control symbols. Tests: -...