package sha256-cng

  1. Overview
  2. No Docs
SHA-256 hashing for OCaml on Windows via native CNG

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=37fa5e24b0a4446287103682da225ef3
sha512=6dc0b5921bd7f1133cead1399e7feeb03de520351cf827234a47c5c2337fb239c6e712c4dc9fb64a307de0d100258e5fe026e91d207a5ee911c1f02e68c07157

Description

Thin FFI bindings over the Windows CNG (BCrypt) API for computing SHA-256 hashes of files and strings. No dependencies beyond the Windows SDK.

Tags

sha256 windows cng bcrypt

Published: 11 May 2026

Dependencies (2)

  1. dune >= "3.22"
  2. ocaml >= "4.13"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test

Used by

None

Conflicts

None