mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
refactor: bring items to top level of files
This commit is contained in:
parent
b8398ad15f
commit
71a04ad4e2
1 changed files with 2 additions and 1 deletions
|
@ -65,6 +65,8 @@ impl Display for Rtmr {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const CHUNK_SIZE: u64 = 1024 * 128;
|
||||||
|
|
||||||
fn main() -> Result<()> {
|
fn main() -> Result<()> {
|
||||||
let args = Arguments::parse();
|
let args = Arguments::parse();
|
||||||
tracing::subscriber::set_global_default(setup_logging(
|
tracing::subscriber::set_global_default(setup_logging(
|
||||||
|
@ -182,7 +184,6 @@ fn main() -> Result<()> {
|
||||||
|
|
||||||
let mut hasher = Sha384::new();
|
let mut hasher = Sha384::new();
|
||||||
|
|
||||||
const CHUNK_SIZE: u64 = 1024 * 128;
|
|
||||||
loop {
|
loop {
|
||||||
if start >= end {
|
if start >= end {
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue