mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 08:56:58 -06: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
|
||||
#[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
|
||||
|
Loading…
Reference in New Issue
Block a user