package cryptodbm

  1. Overview
  2. Docs
Encrypted layer over the dbm library: access to serverless, key-value databases with symmetric encryption.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.84.2.tar.gz
sha256=388a4a8bf17c9ad0825907251720ba40291a19afb643f64066a29e813be50a7e
md5=7c33f55fca768501d06e2ef0eb583f80

doc/cryptodbm.internals/Cryptodbm_internals/Signature/index.html

Module Cryptodbm_internals.SignatureSource

Sourcetype signature
Sourceval subtable_signature : 'a Operations.handler -> subtable_salt:string -> passwd:Cipher.passwd -> subt:int -> signwd:Cipher.passwd -> signature
Sourceval sign_subtable : Types.full Operations.handler -> subtable_salt:string -> passwd:Cipher.passwd -> Kinds.key_kind -> subt:int -> signwd:Cipher.passwd -> unit
Sourceval read_subtable_signature : 'a Operations.handler -> Kinds.key_kind -> subt:int -> signature
Sourceval table_signature : 'a Operations.handler -> table_salt:string -> signwd:Cipher.passwd -> signature
Sourceval read_table_signature : 'a Operations.handler -> signature
Sourceval sign_table : Types.full Operations.handler -> table_salt:string -> signwd:Cipher.passwd -> unit
Sourceval remove_table_signature : Types.full Operations.handler -> unit
Sourceval remove_subtable_signature : Types.full Operations.handler -> Kinds.key_kind -> subt:int -> unit
Sourceval equal : signature -> signature -> bool
OCaml

Innovation. Community. Security.