lib/cose/key/curve.rb in cose-0.8.0 vs lib/cose/key/curve.rb in cose-0.9.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module COSE module Key # https://tools.ietf.org/html/rfc8152#section-13.1 Curve = Struct.new(:id, :name, :pkey_name) do @curves = {}