UNPKG

ubiq-security

Version:

Ubiq Client Node.js Implementation

17 lines (15 loc) 686 B
module.exports = { InvalidAlphabetEmpty: 'invalid argument, alphabet cannot be empty', InvalidCharacter: 'invalid argument, input character not found in alphabet', InvalidInputLength: 'invalid input length', InvalidRadix: 'invalid radix', InvalidSourceLength: 'invalid source length', InvalidTweak: 'invalid tweak', InvalidTweakLength: 'invalid tweak length', KeySize: 'key size error', MaxStringLength: 'string exceeds desired length', MinTextLengthRange: 'minimum text length out of range', NullArrayArgument: 'array can not be null', RadixOutofRange: 'radix value out of range', StringExceeds: 'string exceeds desired length', };