crypto_3.py 82 B

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