Contents:
from typing import Protocol [docs] class IRandomness(Protocol): salt: bytes iv: bytes id: str