Username hashing

This commit is contained in:
Fedor Indutny
2023-02-08 09:14:59 -08:00
committed by GitHub
parent 27d44a746c
commit 8ed13b2247
15 changed files with 255 additions and 69 deletions

View File

@@ -4,7 +4,7 @@
export type UsernameReservationType = Readonly<{
username: string;
previousUsername: string | undefined;
reservationToken: string;
hash: Uint8Array;
}>;
export enum ReserveUsernameError {