interop

mchampine 2018-09-06T16:38:20.000100Z

Has anyone here managed to call google tink from Clojure? I can get as far as (TinkConfig/register) but can’t seem to access AeadKeyTemplates/AES128_GCM no matter what I try.

mchampine 2018-09-06T16:38:29.000100Z

I get NoClassDefFoundError Could not initialize class com.google.crypto.tink.aead.AeadKeyTemplates sun.misc.Unsafe.ensureClassInitialized (Unsafe.java:-2)