Add pyopenssl.rand module (#8435)

This commit is contained in:
Nikita Sobolev
2022-07-29 11:24:15 +03:00
committed by GitHub
parent a70667804a
commit aba4bbd13b

View File

@@ -0,0 +1,4 @@
from typing_extensions import Literal
def add(buffer: bytes, entropy: int) -> None: ...
def status() -> Literal[0, 1]: ...