Merge remote-tracking branch 'origin/main' into project-reconnection
This commit is contained in:
commit
386f7ba16d
39 changed files with 750 additions and 786 deletions
|
@ -23,7 +23,7 @@ pub fn random_token() -> String {
|
|||
for byte in token_bytes.iter_mut() {
|
||||
*byte = rng.gen();
|
||||
}
|
||||
base64::encode_config(&token_bytes, base64::URL_SAFE)
|
||||
base64::encode_config(token_bytes, base64::URL_SAFE)
|
||||
}
|
||||
|
||||
impl PublicKey {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue