Erreur to zig/lib/std/crypto/aes_gcm.zig

Good morning,
there is an error in the source “zig/lib/std/crypto/aes_gcm.zig”

“.big” does not compile 0.11.0 correct with “.Big” it compiles

I used this example to do Json file encryption and decryption

This looks like an issue with incorrect versions. Generally you can’t expect std-lib code from master to be compatible with older versions like 0.11.0. Since Zig is such a young/unfinished language, breaking API changes like this are to be expected.

1 Like