Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Miserlou/omnihash
/ functions
Functions
35 in github.com/Miserlou/omnihash
⨍
Functions
35
◇
Types & classes
4
↳
Endpoints
1
↓ 3 callers
Method
digest
(self)
omnihash/omnihash.py:126
↓ 3 callers
Function
echo
(algo, digest, json=False)
omnihash/omnihash.py:311
↓ 3 callers
Function
is_algo_in_families
:param algo_name: make sure it is UPPER
omnihash/omnihash.py:306
↓ 3 callers
Method
update
(self, b)
omnihash/omnihash.py:123
↓ 2 callers
Function
make_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 callers
Function
produce_hashes
Given our bytes and our algorithms, calculate and print our hashes.
omnihash/omnihash.py:269
↓ 1 callers
Function
add_git_digesters
Note that contrary to ``git hash-object`` no unix2dos EOL is done!
omnihash/omnihash.py:84
↓ 1 callers
Function
intialize_plugins
(plugin_group_name=PLUGIN_GROUP_NAME)
omnihash/omnihash.py:30
↓ 1 callers
Function
iterate_bytechunks
Prep our bytes.
omnihash/omnihash.py:191
↓ 1 callers
Function
main
If there is a file at hashme, read and omnihash that file. Elif hashme is a string, omnihash that.
omnihash/omnihash.py:144
↓ 1 callers
Function
read_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
Method
digest
(self)
omnihash/omnihash.py:77
Method
hello
(name)
tests/test.py:24
Method
next
(self)
omnihash/omnihash.py:112
Function
plugin_pyblake2_digesters
()
omnihash/omnihash.py:51
Function
plugin_sha3_digesters
()
omnihash/omnihash.py:42
Function
safe_str
(obj)
tests/test.py:10
Method
test_empty
(self)
tests/test.py:33
Method
test_hello_world
(self)
tests/test.py:21
Method
test_json
(self)
tests/test.py:138
Method
test_omnihash
(self)
tests/test.py:39
Method
test_omnihash2
(self)
tests/test.py:46
Method
test_omnihashcrc
(self)
tests/test.py:116
Method
test_omnihashf
(self)
tests/test.py:88
Method
test_omnihashfile
(self)
tests/test.py:52
Method
test_omnihashfile_conjecutive
(self)
tests/test.py:59
Method
test_omnihashfile_git
(self)
tests/test.py:145
Method
test_omnihashfile_length
(self)
tests/test.py:69
Method
test_omnihashfile_length_zero
(self)
tests/test.py:81
Method
test_omnihashs
(self)
tests/test.py:110
Method
test_url
(self)
tests/test.py:124
Method
update
(self, fbytes)
omnihash/omnihash.py:74