You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Kdf.py 153B

123456789
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: proto
  3. class Kdf(object):
  4. NONE = 0
  5. PBKDF2 = 1
  6. ARGON2 = 2