EthicalIdentity/fabric-gateway-ruby

View on GitHub
lib/fabric/ec_crypto_suite.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class ECCryptoSuite has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

  class ECCryptoSuite # rubocop:disable Metrics/ClassLength
    DEFAULT_KEY_SIZE = 256
    DEFAULT_DIGEST_ALGORITHM = 'SHA256'
    DEFAULT_AES_KEY_SIZE = 128

Severity: Minor
Found in lib/fabric/ec_crypto_suite.rb - About 2 hrs to fix

There are no issues that match your filters.

Category
Status