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:
commit
4de532c797
@ -48,7 +48,7 @@ pub const SHARED_SECRET_LENGTH_ENCODED: usize = CRYPTO_KEY_LENGTH_ENCODED;
|
|||||||
/// Length of a route id in bytes
|
/// Length of a route id in bytes
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
pub const ROUTE_ID_LENGTH: usize = CRYPTO_KEY_LENGTH;
|
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)]
|
#[allow(dead_code)]
|
||||||
pub const ROUTE_ID_LENGTH_ENCODED: usize = CRYPTO_KEY_LENGTH_ENCODED;
|
pub const ROUTE_ID_LENGTH_ENCODED: usize = CRYPTO_KEY_LENGTH_ENCODED;
|
||||||
/// Length of a hash digest in bytes
|
/// Length of a hash digest in bytes
|
||||||
|
Loading…
Reference in New Issue
Block a user