polarnis

Results 3 issues of polarnis

It seems that currently Botan uses a global instance of an internal thread pool implementation. It works pretty well, however some users might already depend on a different thread pool...

enhancement

Hello! It seems that there might be preset static init order fiasco between initialization of this table: https://github.com/randombit/botan/blob/6a4f830b2ccc447c4325ea540266e48f10cc5de7/src/lib/pubkey/ed25519/ge.cpp#L595 (which is reachable from [ed25519_gen_keypair](https://github.com/randombit/botan/blob/6a4f830b2ccc447c4325ea540266e48f10cc5de7/src/lib/pubkey/ed25519/ed25519.cpp#L20)) and initialization of statics in other translation...

bug

This is a follow-up to https://github.com/randombit/botan/pull/5155, extending the library's support for Wasm SIMD128. This time the `simd_2x64` and `ghash_vperm` modules were ported. I had some difficulty settling on good names...