Skip to content

allyourcodebase/mbedtls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

Mbed TLS

This is Mbed TLS, packaged for Zig.

Installation

First, update your build.zig.zon:

# Initialize a `zig build` project if you haven't already
zig init
zig fetch --save git+https://github.com/allyourcodebase/mbedtls.git

You can then import mbedtls in your build.zig with:

const mbedtls_dependency = b.dependency("mbedtls", .{
    .target = target,
    .optimize = optimize,
});
your_exe.root_module.linkLibrary(mbedtls_dependency.artifact("mbedtls"));

About

mbedtls packaged with zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages