hkdf

Compute ecies hkdf symetric key with pycryptodome

Compute ecies hkdf symetric key with pycryptodome Question: Context: i’m working on making a python version of paymentmethodtoken from the google tink library to work with gpay messages. For that i use only python and PyCryptodome. With that said i’m currently trying to implement an equivalent of the kem function: private byte[] kem(JsonObject json, final …

Total answers: 1