|
|
От: | _NN_ | |
| Дата: | 12.03.18 07:41 | ||
| Оценка: | |||
return crypto
.createHash("sha256")
.update(publicKey)
.digest("hex")
.slice(0, 32)
.replace(/./g, function (x) {
return (parseInt(x, 16) + 10).toString(26);
});|
|
От: | _NN_ | |
| Дата: | 06.04.18 16:25 | ||
| Оценка: | |||