mithril icon indicating copy to clipboard operation
mithril copied to clipboard

Reduce usage of transmute to the strictly necessary

Open iquerejeta opened this issue 2 years ago • 0 comments

Why

Transmute can result in undefined behaviour. Should be used only when there are no alternatives.

What

Some functions of the multi-signature use transmute to change between types of the underlying blst library. While this currently works, a change in the blst API could have disastrous consequences.

iquerejeta avatar Sep 29 '22 10:09 iquerejeta