Merge pull request #7712 from swernerx/relax-hash-options

Relaxed type check for hashDigest to allow other non NodeJS-native digest methods e.g. base62.
This commit is contained in:
Tobias Koppers 2018-07-12 17:16:06 +02:00 committed by GitHub
commit db20039522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -410,11 +410,7 @@
},
"hashDigest": {
"description": "Digest type used for the hash",
"enum": [
"latin1",
"hex",
"base64"
]
"type": "string"
},
"hashDigestLength": {
"description": "Number of chars which are used for the hash",