package fluxt

  1. Overview
  2. Docs
Extensions of flux to provide basic streams (compression, hash, format)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

flux-0.0.1.beta8.tbz
sha256=0e66f5509a2b93fba91bddaefa92647fe961d0d7a79986cdec68e5b86ce67f06
sha512=f25e7d6d477e9168e12390f535c1cc243e5b07610a51919a44adb99b321474e8b666250f6e5dfe2a326f2766bc003ef7eaebaea8c5f45a72e3e6437869b9a9a0

doc/fluxt.hash/Flux_hash/index.html

Module Flux_hashSource

Sourceval of_module : (module Digestif.S with type t = 't) -> (string, 't) Flux.sink
Sourceval md5 : (string, Digestif.MD5.t) Flux.sink
Sourceval sha1 : (string, Digestif.SHA1.t) Flux.sink
Sourceval sha224 : (string, Digestif.SHA224.t) Flux.sink
Sourceval sha256 : (string, Digestif.SHA256.t) Flux.sink
Sourceval sha384 : (string, Digestif.SHA384.t) Flux.sink
Sourceval sha512 : (string, Digestif.SHA512.t) Flux.sink
Sourceval blake2b : (string, Digestif.BLAKE2B.t) Flux.sink
Sourceval blake2s : (string, Digestif.BLAKE2S.t) Flux.sink
Sourceval whirlpool : (string, Digestif.WHIRLPOOL.t) Flux.sink
Sourceval rmd160 : (string, Digestif.RMD160.t) Flux.sink
Sourceval keccak256 : (string, Digestif.KECCAK_256.t) Flux.sink