20 lines
342 B
Python
20 lines
342 B
Python
"""
|
|
Auto-generated Python stub file from HASHLIB.py
|
|
Module: HASHLIB
|
|
"""
|
|
|
|
|
|
import stdio
|
|
import stdlib
|
|
import string
|
|
import stdint
|
|
import t, c
|
|
import base64
|
|
import hashlib
|
|
|
|
def default_value_test_function(a: t.CInt, b: t.CInt) -> t.CInt: pass
|
|
|
|
def print_hex(buf: t.CUInt8T | t.CPtr, length: t.CInt) -> t.CInt: pass
|
|
|
|
def main1() -> t.CInt: pass
|