add link to generateUsername util
This commit is contained in:
parent
ef34cb5174
commit
2a50181223
|
@ -1,3 +1,7 @@
|
||||||
|
/**
|
||||||
|
* https://github.com/status-im/status-go/blob/develop/protocol/identity/alias/generate.go
|
||||||
|
*/
|
||||||
|
|
||||||
const poly = BigInt(0xb8)
|
const poly = BigInt(0xb8)
|
||||||
|
|
||||||
function lfsr(seed: bigint) {
|
function lfsr(seed: bigint) {
|
||||||
|
|
Loading…
Reference in New Issue