RustCrypto / utils

Utility crates used in RustCrypto
440 stars 129 forks source link

zeroize: add support for `wasm`'s `v128` SIMD register #968

Open brxken128 opened 1 year ago

brxken128 commented 1 year ago

This PR adds support for zeroing wasm's v128 register. The module is named after the core::arch module, but it does require that target_family = "wasm" so I'm unsure of which naming scheme to stick with - I'm not too familiar with WASM as a whole to be honest.

I'll leave this as a draft until #967 is ready and merged, as the support for zeroing SIMD registers for ... notice will need updating.