add link to generateUsername util

This commit is contained in:
Pavel Prichodko 2022-06-15 13:39:29 +02:00
parent ef34cb5174
commit 2a50181223
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/**
* https://github.com/status-im/status-go/blob/develop/protocol/identity/alias/generate.go
*/
const poly = BigInt(0xb8)
function lfsr(seed: bigint) {