fn decrypt(m: []u8, c: []const u8, tag: [tag_length]u8, ad: []const u8, npub: [nonce_length]u8, key: [key_length]u8) AuthenticationError!void

Parameters

m: []u8,
c: []const u8,
tag: [tag_length]u8,
ad: []const u8,
npub: [nonce_length]u8,
key: [key_length]u8,