Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = &starlarkstruct.Module{ Name: "crypto", Members: starlark.StringDict{ "x509": starlarkstruct.FromStringDict( starlarkutil.Symbol("x509"), starlark.StringDict{ "SystemCertPool": starlark.NewBuiltin("x509.SystemCertPool", newSystemCertPool), "CertPool": starlark.NewBuiltin("x509.CertPool", newCertPool), }, ), "tls": starlarkstruct.FromStringDict( starlarkutil.Symbol("tls"), starlark.StringDict{ "Config": starlark.NewBuiltin("tls.Config", newTlsConfig), "Certificate": starlark.NewBuiltin("tls.Certificate", newCertificate), "ClientAuthType": tlsClientAuthType, }, ), }, }
Module starlarkcrypto is a Starlark module of crypto-related functions and constants. The module defines the following functions:
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.