Merge branch '1aferTypo2023-10-14' into 'main'

Fix "bytes afer" comment typo byte_array_types.rs

See merge request veilid/veilid!221
This commit is contained in:
Christien Rioux 2023-10-14 18:13:07 +00:00
commit 4de532c797

View File

@ -48,7 +48,7 @@ pub const SHARED_SECRET_LENGTH_ENCODED: usize = CRYPTO_KEY_LENGTH_ENCODED;
/// Length of a route id in bytes
#[allow(dead_code)]
pub const ROUTE_ID_LENGTH: usize = CRYPTO_KEY_LENGTH;
/// Length of a route id in bytes afer encoding to base64url
/// Length of a route id in bytes after encoding to base64url
#[allow(dead_code)]
pub const ROUTE_ID_LENGTH_ENCODED: usize = CRYPTO_KEY_LENGTH_ENCODED;
/// Length of a hash digest in bytes