# -*- encoding: utf-8 -*- # stub: sleeping_kangaroo12 0.0.6 ruby lib # stub: ext/Rakefile Gem::Specification.new do |s| s.name = "sleeping_kangaroo12".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/the-cave/sleeping-kangaroo12/issues", "documentation_uri" => "https://rubydoc.info/gems/sleeping_kangaroo12/0.0.6", "homepage_uri" => "https://github.com/the-cave/sleeping-kangaroo12", "source_code_uri" => "https://github.com/the-cave/sleeping-kangaroo12/tree/v0.0.6" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Sarun Rattanasiri".freeze] s.date = "2022-11-03" s.description = "KangarooTwelve binding for Ruby\nThe gem build on top of the official library, K12, maintained by the Keccak team themselves.\nThe implementation is highly optimized and supporting AVX512, AVX2, SSSE3 instruction sets.".freeze s.email = "midnight_w@gmx.tw".freeze s.extensions = ["ext/Rakefile".freeze] s.files = [".yardopts".freeze, "LICENSE.md".freeze, "README.md".freeze, "ext/Rakefile".freeze, "ext/binding/sleeping_kangaroo12.c".freeze, "ext/k12/Makefile".freeze, "ext/k12/Makefile.build".freeze, "ext/k12/README.markdown".freeze, "ext/k12/lib/ARMv8Asha3/KeccakP-1600-ARMv8Asha3.S".freeze, "ext/k12/lib/ARMv8Asha3/KeccakP-1600-SnP.h".freeze, "ext/k12/lib/ARMv8Asha3/KeccakP-1600-opt64.c".freeze, "ext/k12/lib/Inplace32BI/KeccakP-1600-SnP.h".freeze, "ext/k12/lib/Inplace32BI/KeccakP-1600-inplace32BI.c".freeze, "ext/k12/lib/KangarooTwelve.c".freeze, "ext/k12/lib/KangarooTwelve.h".freeze, "ext/k12/lib/Optimized64/KeccakP-1600-AVX2.s".freeze, "ext/k12/lib/Optimized64/KeccakP-1600-AVX512-plainC.c".freeze, "ext/k12/lib/Optimized64/KeccakP-1600-AVX512.s".freeze, "ext/k12/lib/Optimized64/KeccakP-1600-SnP.h".freeze, "ext/k12/lib/Optimized64/KeccakP-1600-opt64.c".freeze, "ext/k12/lib/Optimized64/KeccakP-1600-runtimeDispatch.c".freeze, "ext/k12/lib/Optimized64/KeccakP-1600-timesN-AVX2.c".freeze, "ext/k12/lib/Optimized64/KeccakP-1600-timesN-AVX512.c".freeze, "ext/k12/lib/Optimized64/KeccakP-1600-timesN-SSSE3.c".freeze, "ext/k12/lib/Plain64/KeccakP-1600-SnP.h".freeze, "ext/k12/lib/Plain64/KeccakP-1600-plain64.c".freeze, "ext/k12/lib/align.h".freeze, "ext/k12/lib/brg_endian.h".freeze, "ext/k12/support/Build/ExpandProducts.xsl".freeze, "ext/k12/support/Build/ToGlobalMakefile.xsl".freeze, "ext/k12/support/Build/ToOneTarget.xsl".freeze, "ext/k12/support/Build/ToTargetConfigFile.xsl".freeze, "ext/k12/support/Build/ToTargetMakefile.xsl".freeze, "ext/k12/support/Build/ToVCXProj.xsl".freeze, "lib/sleeping_kangaroo12.rb".freeze, "lib/sleeping_kangaroo12/binding.rb".freeze, "lib/sleeping_kangaroo12/build.rb".freeze, "lib/sleeping_kangaroo12/build/loader.rb".freeze, "lib/sleeping_kangaroo12/build/platform.rb".freeze, "lib/sleeping_kangaroo12/digest.rb".freeze, "lib/sleeping_kangaroo12/version.rb".freeze] s.homepage = "https://github.com/the-cave/sleeping-kangaroo12".freeze s.licenses = ["BSD-3-Clause".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "KangarooTwelve, the hash algorithm, native binding for Ruby".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.15.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 13.0.0".freeze]) end