cedarcode / cose-ruby

Ruby implementation of RFC 8152 CBOR Object Signing and Encryption (COSE)
https://rubygems.org/gems/cose
MIT License
15 stars 10 forks source link

Use Hash#compact instead of rejecting nil values #56

Closed bdewater closed 4 years ago

grzuy commented 4 years ago

Nice! Thanks.