public readonly property sizeBits as Int:
Digest size in bits.
import klyn.cryptography digest = SHA256().digestInfo("hello") print(digest.sizeBits)