lib/ccrypto/configs/key_config.rb in ccrypto-0.1.0 vs lib/ccrypto/configs/key_config.rb in ccrypto-0.1.2
- old
+ new
@@ -8,7 +8,11 @@
def to_s
"#{@algo}/#{@keysize}"
end
+ def self.supported_secret_key_config(&block)
+ Provider.instance.provider.supported_secret_key_config(&block)
+ end
+
end
end