mirror of
https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git
synced 2026-08-21 21:46:23 -04:00
4 lines
98 B
Java
4 lines
98 B
Java
package de.caydenno1.xacrypto.zekerrijndael.GCM;
|
|
|
|
public record Result(byte[] cip, byte[] tag) {}
|