Spencer Wilson

Results 94 comments of Spencer Wilson
trafficstars

As an FYI in case it's useful in the future for @ajbozarth or others, you can automate signing off on commits for a repo by following the (very well hidden)...

Hi @fwh-dc, thanks for the report. Could you please provide details about your environment and your build commands so that I can try to reproduce the error?

Closing as not planned due to inactivity: @fwh-dc please feel free to re-open this if you are still working on it.

The project board hasn't seen much uptake, so I think we can park this issue for now.

> Looks good to me other than some style things. @SWilson4 Do we have a NetBSD CI setup to check that this works as expected? Do we currently sanity check...

The variable-length signature size is a maximum. Variable-length signatures will be shorter on average, but may be longer.

> @baentsch the problem is more generic, I'm working on the integration of OQS for yocto/openembedded : https://en.wikipedia.org/wiki/OpenEmbedded > > The cross-compilation should be supported on any host (x86, x86-64,...

After https://github.com/open-quantum-safe/liboqs/pull/1694, we have the XOF API integrated into liboqs, conditional on a sufficiently high OpenSSL version. It would be nice to run some comparisons and see how this impacts...

@bhess Could you please take a look?

We have the `OQS_MEM_cleanse` function for this purpose, which will select one of `memset_s` and `explicit_bzero` if available.