Get desktop application:
View/edit binary Protocol Buffers messages
Blind an oberon token
raw token bytes
blinding to apply to the token
Contains the blinded token reply
raw blinded token bytes
Create an Oberon Compatible Secret Key
optional seed to generate deterministic keys
Contains the oberon secret key bytes
raw secret key bytes
raw public key bytes
Create a proof that holder knows the token
data used to create the token
token data
any blindings used to create the token
nonce for generating the proof
Contains the token proof
raw proof bytes
Create a new oberon token
raw BLS key bytes
data is the public part of the oberon protocol and can be any data
optional blinding for the token
Contains the token with optional blinding
raw token bytes
UnBlind an oberon token
raw token bytes
blinding to remove from the token
Contains the unblinded token reply
raw unblinded token bytes
Verify the presented proof is valid
raw proof bytes returned from CreateProof
data used to create the token
nonce used to generate the proof
public key that was used to generate the token
Contains the status of the proof validation
whether the given proof was valid
Verify that an oberon token comes from the desired issuer
raw token bytes
token is valid to this public key?
public part of oberon protocol - can be any data
Contains the verification result for the oberon token
token is valid to the public key