add link to generateUsername util
This commit is contained in:
parent
cac8fe58be
commit
36aeebb629
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue