thekuwayama/tttls1.3

View on GitHub
lib/tttls1.3/key_schedule.rb

Summary

Maintainability
B
6 hrs
Test Coverage

Class KeySchedule has 42 methods (exceeds 20 allowed). Consider refactoring.
Open

  class KeySchedule
    # @param psk [String]
    # @param shared_secret [String]
    # @param cipher_suite [TTTLS13::CipherSuite]
    # @param transcript [TTTLS13::Transcript]
Severity: Minor
Found in lib/tttls1.3/key_schedule.rb - About 5 hrs to fix

    Method hkdf_expand_label has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def self.hkdf_expand_label(secret, label, context, length, digest)
    Severity: Minor
    Found in lib/tttls1.3/key_schedule.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status