miscreant.gemspec in miscreant-0.2.0 vs miscreant.gemspec in miscreant-0.3.0

- old
+ new

@@ -9,11 +9,11 @@ spec.name = "miscreant" spec.authors = ["Tony Arcieri"] spec.email = ["bascule@gmail.com"] spec.summary = "Misuse-resistant authenticated symmetric encryption" spec.description = <<-DESCRIPTION.strip.gsub(/\s+/, " ") - Misuse-resistant symmetric encryption using the AES-SIV (RFC 5297) - and CHAIN/STREAM constructions. + Misuse resistant symmetric encryption library providing AES-SIV (RFC 5297), + AES-PMAC-SIV, and STREAM constructions DESCRIPTION spec.version = Miscreant::VERSION spec.licenses = ["MIT"] spec.homepage = "https://github.com/miscreant/miscreant/tree/master/ruby/"