lib/cose/algorithm/base.rb in cose-0.10.0 vs lib/cose/algorithm/base.rb in cose-0.11.0

- old
+ new

@@ -1,11 +1,9 @@ # frozen_string_literal: true module COSE module Algorithm class Base - BYTE_LENGTH = 8 - attr_reader :id, :name def initialize(id, name) @id = id @name = name