1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-08 23:16:15 +02:00

expand the short description of b3sum --keyed

This commit is contained in:
Jack O'Connor 2022-12-13 15:50:30 -08:00
parent 67e4d04a3c
commit 2465e0a935

View File

@ -43,10 +43,7 @@ struct Inner {
#[arg(long, value_name("NUM"))]
num_threads: Option<usize>,
/// Use the keyed mode
///
/// The secret key is read from standard input, and it must be exactly 32
/// raw bytes.
/// Use the keyed mode, reading the 32-byte key from stdin
#[arg(long, requires("file"))]
keyed: bool,