package linksem

  1. Overview
  2. Docs
A formalisation of the core ELF and DWARF file formats written in Lem

Install

Dune Dependency

Authors

Maintainers

Sources

0.8.tar.gz
md5=2075c56715539b3b8f54ae65cc808b8c
sha512=f7c16e4036a1440a6a8d13707a43f0f9f9db0c68489215f948cc300b6a164dba5bf852e58f89503e9d9f38180ee658d9478156ca1a1ef64d6861eec5f9cf43d2

doc/linksem_zarith/Hex_printing/index.html

Module Hex_printingSource

hex_printing is a utility module for converting natural numbers and integers * into hex strings of various widths. Split into a new module as both the * validation code and the main program need this functionality.

Sourceval hex_string_of_big_int_no_padding : Nat_big_num.num -> string
Sourceval unsafe_hex_string_of_natural : int -> Nat_big_num.num -> string
Sourceval unsafe_hex_string_of_uc_list : Uint32_wrapper.uint32 list -> string
OCaml

Innovation. Community. Security.