MCPcopy Create free account

hub / github.com/Miserlou/omnihash / functions

Functions35 in github.com/Miserlou/omnihash

↓ 3 callersMethoddigest
(self)
omnihash/omnihash.py:126
↓ 3 callersFunctionecho
(algo, digest, json=False)
omnihash/omnihash.py:311
↓ 3 callersFunctionis_algo_in_families
:param algo_name: make sure it is UPPER
omnihash/omnihash.py:306
↓ 3 callersMethodupdate
(self, b)
omnihash/omnihash.py:123
↓ 2 callersFunctionmake_digesters
Create and return a dictionary of all our active hash algorithms. Each digester is a 2-tuple ``( digester.update_func(bytes), digest_func(di
omnihash/omnihash.py:228
↓ 2 callersFunctionproduce_hashes
Given our bytes and our algorithms, calculate and print our hashes.
omnihash/omnihash.py:269
↓ 1 callersFunctionadd_git_digesters
Note that contrary to ``git hash-object`` no unix2dos EOL is done!
omnihash/omnihash.py:84
↓ 1 callersFunctionintialize_plugins
(plugin_group_name=PLUGIN_GROUP_NAME)
omnihash/omnihash.py:30
↓ 1 callersFunctioniterate_bytechunks
Prep our bytes.
omnihash/omnihash.py:191
↓ 1 callersFunctionmain
If there is a file at hashme, read and omnihash that file. Elif hashme is a string, omnihash that.
omnihash/omnihash.py:144
↓ 1 callersFunctionread_project_version
()
setup.py:28
Method__init__
(self, otype)
omnihash/omnihash.py:71
Method__init__
(self, fd)
omnihash/omnihash.py:105
Method__iter__
(self)
omnihash/omnihash.py:109
Methoddigest
(self)
omnihash/omnihash.py:77
Methodhello
(name)
tests/test.py:24
Methodnext
(self)
omnihash/omnihash.py:112
Functionplugin_pyblake2_digesters
()
omnihash/omnihash.py:51
Functionplugin_sha3_digesters
()
omnihash/omnihash.py:42
Functionsafe_str
(obj)
tests/test.py:10
Methodtest_empty
(self)
tests/test.py:33
Methodtest_hello_world
(self)
tests/test.py:21
Methodtest_json
(self)
tests/test.py:138
Methodtest_omnihash
(self)
tests/test.py:39
Methodtest_omnihash2
(self)
tests/test.py:46
Methodtest_omnihashcrc
(self)
tests/test.py:116
Methodtest_omnihashf
(self)
tests/test.py:88
Methodtest_omnihashfile
(self)
tests/test.py:52
Methodtest_omnihashfile_conjecutive
(self)
tests/test.py:59
Methodtest_omnihashfile_git
(self)
tests/test.py:145
Methodtest_omnihashfile_length
(self)
tests/test.py:69
Methodtest_omnihashfile_length_zero
(self)
tests/test.py:81
Methodtest_omnihashs
(self)
tests/test.py:110
Methodtest_url
(self)
tests/test.py:124
Methodupdate
(self, fbytes)
omnihash/omnihash.py:74