failed attributes
| status |
attribute |
duration |
| failed |
checks.aarch64-darwin.formatting
|
2s |
treefmt-check:
}
- let nonce: &[u8; NONCE_LEN] = sealed[MAGIC.len()..MAGIC.len() + NONCE_LEN].try_into().ok()?;
+ let nonce: &[u8; NONCE_LEN] = seale …
treefmt-check:
}
- let nonce: &[u8; NONCE_LEN] = sealed[MAGIC.len()..MAGIC.len() + NONCE_LEN].try_into().ok()?;
+ let nonce: &[u8; NONCE_LEN] = sealed[MAGIC.len()..MAGIC.len() + NONCE_LEN]
+ .try_into()
+ .ok()?;
let ct = &sealed[MAGIC.len() + NONCE_LEN..];
XChaCha20Poly1305::new((&d.aead_key).into())
.decrypt(
|
| failed |
checks.aarch64-linux.formatting
|
2s |
treefmt-check:
}
- let nonce: &[u8; NONCE_LEN] = sealed[MAGIC.len()..MAGIC.len() + NONCE_LEN].try_into().ok()?;
+ let nonce: &[u8; NONCE_LEN] = seale …
treefmt-check:
}
- let nonce: &[u8; NONCE_LEN] = sealed[MAGIC.len()..MAGIC.len() + NONCE_LEN].try_into().ok()?;
+ let nonce: &[u8; NONCE_LEN] = sealed[MAGIC.len()..MAGIC.len() + NONCE_LEN]
+ .try_into()
+ .ok()?;
let ct = &sealed[MAGIC.len() + NONCE_LEN..];
XChaCha20Poly1305::new((&d.aead_key).into())
.decrypt(
|
| failed |
checks.x86_64-linux.formatting
|
2s |
treefmt-check:
}
- let nonce: &[u8; NONCE_LEN] = sealed[MAGIC.len()..MAGIC.len() + NONCE_LEN].try_into().ok()?;
+ let nonce: &[u8; NONCE_LEN] = seale …
treefmt-check:
}
- let nonce: &[u8; NONCE_LEN] = sealed[MAGIC.len()..MAGIC.len() + NONCE_LEN].try_into().ok()?;
+ let nonce: &[u8; NONCE_LEN] = sealed[MAGIC.len()..MAGIC.len() + NONCE_LEN]
+ .try_into()
+ .ok()?;
let ct = &sealed[MAGIC.len() + NONCE_LEN..];
XChaCha20Poly1305::new((&d.aead_key).into())
.decrypt(
|