9 lines
120 B
Ruby
9 lines
120 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Digest
|
|
class Keccak
|
|
module Version
|
|
STRING = "1.1.0"
|
|
end
|
|
end
|
|
end
|