===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-solid-keychain-0.1.3/src/algorithms/RsaKeyPair.js-25-    let hashLength = hashLengthValid && hashLengthValid.shift()
node-solid-keychain-0.1.3/src/algorithms/RsaKeyPair.js:26:    let hash = { name: `SHA-${hashLength}` }
node-solid-keychain-0.1.3/src/algorithms/RsaKeyPair.js-27-
##############################################
node-solid-keychain-0.1.3/src/algorithms/SupportedAlgorithms.js-65-    if (!registeredAlgorithms) {
node-solid-keychain-0.1.3/src/algorithms/SupportedAlgorithms.js:66:      return new Error(`Operation '${op}' is not supported`)
node-solid-keychain-0.1.3/src/algorithms/SupportedAlgorithms.js-67-    }
##############################################
node-solid-keychain-0.1.3/src/errors/NotSupportedError.js-6-    super()
node-solid-keychain-0.1.3/src/errors/NotSupportedError.js:7:    this.message = `${alg} is not a supported algorithm`
node-solid-keychain-0.1.3/src/errors/NotSupportedError.js-8-  }