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

Method add_blinding

python/oberon/classes.py:66–67  ·  view source on GitHub ↗
(self, blinder: bytes)

Source from the content-addressed store, hash-verified

64 return self.value
65
66 def add_blinding(self, blinder: bytes):
67 return Token(add_blinding(self.value, blinder))
68
69 def remove_blinding(self, blinder: bytes):
70 return Token(remove_blinding(self.value, blinder))

Callers

nothing calls this directly

Calls 2

TokenClass · 0.70
add_blindingFunction · 0.70

Tested by

no test coverage detected