crypto_6.py 84 B

12
  1. def digest(self):
  2. return sha256(self.h.digest()).digest()[:self.truncate_to]