fix file directories after merge + config changes

This commit is contained in:
2026-06-03 06:44:40 -04:00
parent b01b8cf8df
commit cd3fae4eb0
22 changed files with 13 additions and 10 deletions
@@ -0,0 +1,3 @@
package de.caydenno1.xacrypto.zekerrijndael.GCM;
public record Result(byte[] cip, byte[] tag) {}