botan-bindings-0.0.1.0: Raw Botan bindings
Copyright(c) Leo D 2023
LicenseBSD-3-Clause
Maintainerleo@apotheca.io
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Botan.Bindings.View

Description

 

Documentation

type BotanViewBinFn ctx Source #

Arguments

 = BotanViewContext ctx

view_ctx: some application context

-> ConstPtr Word8

data: the binary data

-> CSize

len: the length of data in bytes

-> CInt 

type BotanViewStrFn ctx Source #

Arguments

 = BotanViewContext ctx

view_ctx: some application context

-> ConstPtr CChar

str: the null terminated string

-> CSize

len: the length of string *including* the null terminator

-> CInt