Transmuting hash into array #3386
Labels
help wanted
Extra attention is needed
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
question
Further information is requested
Do you think there could be any issue with treating Hash as transmutable into
[u8; Hash::LENGTH]
considering it's arepr(C)
struct with two fields?I'm slightly concerned about the effects on the calling convention, though probably that's not an issue
Originally posted by @mversic in #3336 (comment)
The text was updated successfully, but these errors were encountered: