mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Fix "bytes afer" comment typo byte_array_types.rs
This fixes a typo of "bytes afer" for "bytes after" in a comment in veilid-core/src/crypto/types/byte_array_types.rs.
This commit is contained in:
parent
ff56634667
commit
c6d434ca8d
@ -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