the.bay.news

Is asn1 encoder broken?

Ziggit
Is asn1 encoder broken?
Hello everyone. am working on something with SNMP and i wanted to use the ASN1 module from the std lib however when i tried to run this example i got this error message pub fn main(init: std.process.Init) !void { const arena = init.arena; defer arena.deinit(); const allocator = arena.allocator(); const num: i32 = 20; var encoder = asn1.der.Encoder.init(allocator); try encoder.any(num); } Error: ❯ zig build run run └─ run exe nsa1 └─ compile exe nsa1 Debug nat...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.