package octez-shell-libs

  1. Overview
  2. No Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-shell-libs.signer-backends/Tezos_signer_backends/Unencrypted/Aggregate/index.html

Module Unencrypted.AggregateSource

include Tezos_client_base.Client_keys.AGGREGATE_SIGNER
include Tezos_client_base.Client_keys.COMMON_SIGNER with type public_key_hash = Tezos_crypto.Aggregate_signature.Public_key_hash.t and type public_key = Tezos_crypto.Aggregate_signature.Public_key.t and type secret_key = Tezos_crypto.Aggregate_signature.Secret_key.t and type pk_uri = Tezos_client_base.Client_keys.aggregate_pk_uri and type sk_uri = Tezos_client_base.Client_keys.aggregate_sk_uri
Sourcetype public_key_hash = Tezos_crypto.Aggregate_signature.Public_key_hash.t
Sourcetype public_key = Tezos_crypto.Aggregate_signature.Public_key.t
Sourcetype secret_key = Tezos_crypto.Aggregate_signature.Secret_key.t
Sourcetype signature
Sourceval scheme : string

scheme is the name of the scheme implemented by this signer module.

Sourceval title : string

title is a one-line human readable description of the signer.

Sourceval description : string

description is a multi-line human readable description of the signer, that should include the format of key specifications.

neuterize sk is the corresponding pk.

import_secret_key ~io pk is the function to be called when interactively importing a key-pair and returning the public key and its hash.

Some signer implementations improve long-term security by requiring human/manual validation while importing keys, the ~io argument can be used to prompt the user in such case.

public_key pk is the Ed25519 version of pk.

public_key_hash pk is the hash of pk. As some signers will query the full public key to obtain the hash, it can be optionally returned to reduce the amount of queries.

Sourceval make_sk : Tezos_crypto.Aggregate_signature.secret_key -> Tezos_client_base.Client_keys.aggregate_sk_uri Tezos_base.TzPervasives.tzresult
Sourceval make_pk : Tezos_crypto.Aggregate_signature.public_key -> Tezos_client_base.Client_keys.aggregate_pk_uri Tezos_base.TzPervasives.tzresult
OCaml

Innovation. Community. Security.