add link to generateUsername util

This commit is contained in:
Pavel Prichodko 2022-06-15 13:39:29 +02:00
parent cac8fe58be
commit 36aeebb629
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
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) {