botan-bindings
Copyright(c) 2023-2024 Apotheca Labs
(c) 2024-2025 Haskell Foundation
LicenseBSD-3-Clause
Maintainer[email protected], [email protected]
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