7 lines
No EOL
86 B
Ruby
7 lines
No EOL
86 B
Ruby
module Digest
|
|
class SHA3
|
|
module Version
|
|
STRING = "1.0.0"
|
|
end
|
|
end
|
|
end |