Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
verisum
main
OptionParser
Verisum
Action
Algorithm
App
Checker
CheckResult
Computer
FileNames
Utils
Digest
FileNotFoundError
FileRecord
IsADirectoryError
NoAlgorithmError
Option
ParseError
Parser
NoFileSpecifiedError
Redirect
UnknownAlgorithmError
VerisumError
Generated using Crystal 1.16.3
2025-07-04 07:03:05 UTC
class
Verisum::
Digest
Verisum::Digest
Reference
Object
Defined in:
verisum/digest.cr
Constructors
.new
(algorithm : Algorithm)
Instance Method Summary
#algorithm
: Algorithm
#hexfinal
(filename : String | Path) : String
#hexfinal
(io : IO) : String
Constructor Detail
def self.
new
(algorithm :
Algorithm
)
#
[
View source
]
Instance Method Detail
def
algorithm
:
Algorithm
#
[
View source
]
def
hexfinal
(filename : String | Path) : String
#
[
View source
]
def
hexfinal
(io : IO) : String
#
[
View source
]