private: removes collision check for tokens

this seems very unnecessary as the chance of this is 1 / 2^512

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-01-17 20:35:43 +01:00
parent 0a1c3426c0
commit e8cdbdd677
3 changed files with 10 additions and 26 deletions

View file

@ -15,7 +15,3 @@ export class ClientError extends Error {
export class PermissionError extends Error {
name = 'PermissionError';
}
export class RandomnessError extends Error {
name = 'RandomnessError';
}