mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 14:57:56 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.SCRYPT_LENGTH = exports.NONCE_LENGTH = exports.ENCODING_VERSION = exports.ENCODING_NONE = exports.ENCODING = void 0;
|
||||
exports.ENCODING = ['scrypt', 'xsalsa20-poly1305'];
|
||||
exports.ENCODING_NONE = ['none'];
|
||||
exports.ENCODING_VERSION = '3';
|
||||
exports.NONCE_LENGTH = 24;
|
||||
exports.SCRYPT_LENGTH = 32 + (3 * 4);
|
||||
Reference in New Issue
Block a user