Skip to content

Instantly share code, notes, and snippets.

View mattparksjr's full-sized avatar
:octocat:
Focusing

Matthew Parks mattparksjr

:octocat:
Focusing
View GitHub Profile
package codes.matthewp.todofx.data.security;
import com.google.crypto.tink.*;
import com.google.crypto.tink.aead.AeadConfig;
import com.google.crypto.tink.aead.AeadKeyTemplates;
import com.google.crypto.tink.config.TinkConfig;
import com.google.crypto.tink.proto.KeyTemplate;
import java.io.File;
import java.io.IOException;