MCPcopy Create free account
hub / github.com/cryptidtech/oberon / FfiByteBuffer

Class FfiByteBuffer

python/oberon/bindings.py:24–29  ·  view source on GitHub ↗

A byte buffer allocated by python.

Source from the content-addressed store, hash-verified

22LIB: CDLL = None
23
24class FfiByteBuffer(Structure):
25 """A byte buffer allocated by python."""
26 _fields_ = [
27 ("length", c_int64),
28 ("data", POINTER(c_ubyte)),
29 ]
30
31
32class FfiError(Structure):

Callers 8

_encode_bytesFunction · 0.85
new_secret_keyFunction · 0.85
get_public_keyFunction · 0.85
secret_key_from_seedFunction · 0.85
new_tokenFunction · 0.85
add_blindingFunction · 0.85
remove_blindingFunction · 0.85
create_proofFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected