distaff icon indicating copy to clipboard operation
distaff copied to clipboard

Zero-knowledge virtual machine written in Rust

Results 11 distaff issues
Sort by recently updated
recently updated
newest added

Hello, I found a soundness issue in this crate. https://github.com/GuildOfWeavers/distaff/blob/fad92ce592921e671e72f93cd0078e867350860d/src/utils/mod.rs#L10-L14 The unsafe function called needs to ensure that the parameter must be: - new_len must be less than or equal...