mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-02 03:36:07 -04:00
Merge branch 'main' of gitlab.com:veilid/veilid into windows-fix
This commit is contained in:
commit
d0fabbe3d9
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ impl CryptoSystem for CryptoSystemVLD0 {
|
|||
let mut dig = Blake3Digest512::new();
|
||||
dig.update(data);
|
||||
|
||||
pk.verify_prehashed(dig, None, &sig)
|
||||
pk.verify_prehashed_strict(dig, None, &sig)
|
||||
.map_err(|e| VeilidAPIError::parse_error("Verification failed", e))?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue