ipcrypt2 0.9.1

A Rust library for format-preserving encryption of IP addresses. Supports both deterministic and non-deterministic encryption modes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.{
    .name = .ipcrypt,
    .version = "1.1.6",
    .fingerprint = 0xb4b3210fcee63377,
    .minimum_zig_version = "0.15.0",
    .dependencies = .{},
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
        "LICENSE",
        "README.md",
    },
}