package ohex
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Hexadecimal encoding and decoding
Install
dune-project
Dependency
Authors
Maintainers
Sources
ohex-0.2.0.tar.gz
md5=77f2cbe75b9efd528a2b3478a8d4f3d4
sha512=af72a9699f81878cc7d247a92a28332a8e34f247ad6bd477f8c7ae7f2970b73c4750a31eedf8eeb43ca8d19ae3c4c4f8a9d5421a40b73eb1f1711f44b14ff3e6
Description
A library to encode and decode hexadecimal byte sequences.
Published: 18 Mar 2024
README
oHEX
This package with minimal dependency cone provides functionality to decode and encode strings into hexadecimal representation.
As example, Ohex.decode "4142" = "AB". And Ohex.encode "AB" = "4142".
There's even the property, for all strings s: Ohex.(decode (encode s)) = s.
A pretty-printer is provided as well.
Dev Dependencies (1)
-
alcotest
with-test
Used by (24)
-
albatross
>= "2.1.0" -
asn1-combinators
>= "0.3.2" -
builder-web
>= "0.2.0" -
ca-certs
>= "1.0.1" - caldav
-
carton
>= "1.0.0" - carton-miou-unix
-
charrua
>= "1.6.0" -
dns
>= "9.1.0" -
dns-cli
>= "9.1.0" - kdf
-
mirage-crypto
>= "1.1.0" -
mirage-crypto-ec
>= "1.1.0" -
mirage-crypto-pk
>= "1.1.0" -
mirage-crypto-rng
>= "1.1.0" -
mirage-crypto-rng-eio
>= "1.2.0" - mirage-crypto-rng-miou-unix
-
mirage-crypto-rng-mirage
>= "1.1.0" - mirage-qubes
-
salsa20-core
>= "2.0.0" -
tls
>= "1.0.4" - tls-miou-unix
-
webauthn
>= "0.2.0" -
x509
>= "1.0.6"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page