 Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| x
       | |
| 
          
            crypto/blake2b
            
            
          
           Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. | Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. | 
| 
          
            crypto/blake2s
            
            
          
           Package blake2s implements the BLAKE2s hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xs. | Package blake2s implements the BLAKE2s hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xs. | 
| 
          
            crypto/chacha20
            
            
          
           Package chacha20 implements the ChaCha20 and XChaCha20 encryption algorithms as specified in RFC 8439 and draft-irtf-cfrg-xchacha-01. | Package chacha20 implements the ChaCha20 and XChaCha20 encryption algorithms as specified in RFC 8439 and draft-irtf-cfrg-xchacha-01. | 
| 
          
            crypto/chacha20poly1305
            
            
          
           Package chacha20poly1305 implements the ChaCha20-Poly1305 AEAD and its extended nonce variant XChaCha20-Poly1305, as specified in RFC 8439 and draft-irtf-cfrg-xchacha-01. | Package chacha20poly1305 implements the ChaCha20-Poly1305 AEAD and its extended nonce variant XChaCha20-Poly1305, as specified in RFC 8439 and draft-irtf-cfrg-xchacha-01. | 
| 
          
            crypto/cryptobyte
            
            
          
           Package cryptobyte contains types that help with parsing and constructing length-prefixed, binary messages, including ASN.1 DER. | Package cryptobyte contains types that help with parsing and constructing length-prefixed, binary messages, including ASN.1 DER. | 
| 
          
            crypto/cryptobyte/asn1
            
            
          
           Package asn1 contains supporting types for parsing and building ASN.1 messages with the cryptobyte package. | Package asn1 contains supporting types for parsing and building ASN.1 messages with the cryptobyte package. | 
| 
          
            crypto/curve25519
            
            
          
           Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. | Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. | 
| 
          
            crypto/ed25519
            
            
          
           Package ed25519 implements the Ed25519 signature algorithm. | Package ed25519 implements the Ed25519 signature algorithm. | 
| 
          
            crypto/hkdf
            
            
          
           Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. | Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. | 
| 
          
            crypto/internal/subtle
            
            
          
           Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly. | Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly. | 
| 
          
            crypto/poly1305
            
            
          
           Package poly1305 implements Poly1305 one-time message authentication code as specified in https://cr.yp.to/mac/poly1305-20050329.pdf. | Package poly1305 implements Poly1305 one-time message authentication code as specified in https://cr.yp.to/mac/poly1305-20050329.pdf. | 
| 
          
            crypto/salsa20
            
            
          
           Package salsa20 implements the Salsa20 stream cipher as specified in https://cr.yp.to/snuffle/spec.pdf. | Package salsa20 implements the Salsa20 stream cipher as specified in https://cr.yp.to/snuffle/spec.pdf. | 
| 
          
            crypto/salsa20/salsa
            
            
          
           Package salsa provides low-level access to functions in the Salsa family. | Package salsa provides low-level access to functions in the Salsa family. | 
| 
          
            crypto/sha3
            
            
          
           Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. | Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. | 
| 
          
            net/bpf
            
            
          
           Package bpf implements marshaling and unmarshaling of programs for the Berkeley Packet Filter virtual machine, and provides a Go implementation of the virtual machine. | Package bpf implements marshaling and unmarshaling of programs for the Berkeley Packet Filter virtual machine, and provides a Go implementation of the virtual machine. | 
| 
          
            net/html
            
            
          
           Package html implements an HTML5-compliant tokenizer and parser. | Package html implements an HTML5-compliant tokenizer and parser. | 
| 
          
            net/html/atom
            
            
          
           Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id". | Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id". | 
| 
          
            net/html/charset
            
            
          
           Package charset provides common text encodings for HTML documents. | Package charset provides common text encodings for HTML documents. | 
| 
          
            net/internal/iana
            
            
          
           Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA). | Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA). | 
| 
          
            net/internal/socket
            
            
          
           Package socket provides a portable interface for socket system calls. | Package socket provides a portable interface for socket system calls. | 
| 
          
            net/internal/timeseries
            
            
          
           Package timeseries implements a time series structure for stats collection. | Package timeseries implements a time series structure for stats collection. | 
| 
          
            net/ipv4
            
            
          
           Package ipv4 implements IP-level socket options for the Internet Protocol version 4. | Package ipv4 implements IP-level socket options for the Internet Protocol version 4. | 
| 
          
            net/ipv6
            
            
          
           Package ipv6 implements IP-level socket options for the Internet Protocol version 6. | Package ipv6 implements IP-level socket options for the Internet Protocol version 6. | 
| 
          
            net/route
            
            
          
           Package route provides basic functions for the manipulation of packet routing facilities on BSD variants. | Package route provides basic functions for the manipulation of packet routing facilities on BSD variants. | 
| 
          
            net/trace
            
            
          
           Package trace implements tracing of requests and long-lived objects. | Package trace implements tracing of requests and long-lived objects. | 
| 
          
            sys/cpu
            
            
          
           Package cpu implements processor feature detection for various CPU architectures. | Package cpu implements processor feature detection for various CPU architectures. | 
| 
          
            sys/internal/unsafeheader
            
            
          
           Package unsafeheader contains header declarations for the Go runtime's slice and string implementations. | Package unsafeheader contains header declarations for the Go runtime's slice and string implementations. | 
| 
          
            sys/unix
            
            
          
           Package unix contains an interface to the low-level operating system primitives. | Package unix contains an interface to the low-level operating system primitives. | 
| 
          
            sys/windows
            
            
          
           Package windows contains an interface to the low-level operating system primitives. | Package windows contains an interface to the low-level operating system primitives. | 
| 
          
            text/encoding
            
            
          
           Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. | Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. | 
| 
          
            text/encoding/charmap
            
            
          
           Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252. | Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252. | 
| 
          
            text/encoding/htmlindex
            
            
          
           Package htmlindex maps character set encoding names to Encodings as recommended by the W3C for use in HTML 5. | Package htmlindex maps character set encoding names to Encodings as recommended by the W3C for use in HTML 5. | 
| 
          
            text/encoding/internal
            
            
          
           Package internal contains code that is shared among encoding implementations. | Package internal contains code that is shared among encoding implementations. | 
| 
          
            text/encoding/internal/identifier
            
            
          
           Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character sets (CCS) and character encoding schemes (CES), which we will together refer to as encodings, for which Encoding implementations provide converters to and from UTF-8. | Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character sets (CCS) and character encoding schemes (CES), which we will together refer to as encodings, for which Encoding implementations provide converters to and from UTF-8. | 
| 
          
            text/encoding/japanese
            
            
          
           Package japanese provides Japanese encodings such as EUC-JP and Shift JIS. | Package japanese provides Japanese encodings such as EUC-JP and Shift JIS. | 
| 
          
            text/encoding/korean
            
            
          
           Package korean provides Korean encodings such as EUC-KR. | Package korean provides Korean encodings such as EUC-KR. | 
| 
          
            text/encoding/simplifiedchinese
            
            
          
           Package simplifiedchinese provides Simplified Chinese encodings such as GBK. | Package simplifiedchinese provides Simplified Chinese encodings such as GBK. | 
| 
          
            text/encoding/traditionalchinese
            
            
          
           Package traditionalchinese provides Traditional Chinese encodings such as Big5. | Package traditionalchinese provides Traditional Chinese encodings such as Big5. | 
| 
          
            text/encoding/unicode
            
            
          
           Package unicode provides Unicode encodings such as UTF-16. | Package unicode provides Unicode encodings such as UTF-16. | 
| 
          
            text/internal/language/compact
            
            
          
           Package compact defines a compact representation of language tags. | Package compact defines a compact representation of language tags. | 
| 
          
            text/internal/tag
            
            
          
           Package tag contains functionality handling tags and related data. | Package tag contains functionality handling tags and related data. | 
| 
          
            text/internal/utf8internal
            
            
          
           Package utf8internal contains low-level utf8-related constants, tables, etc. | Package utf8internal contains low-level utf8-related constants, tables, etc. | 
| 
          
            text/language
            
            
          
           Package language implements BCP 47 language tags and related functionality. | Package language implements BCP 47 language tags and related functionality. | 
| 
          
            text/runes
            
            
          
           Package runes provide transforms for UTF-8 encoded text. | Package runes provide transforms for UTF-8 encoded text. | 
| 
          
            text/transform
            
            
          
           Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. | Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. | 
| 
          
            xerrors
            
            
          
           Package xerrors implements functions to manipulate errors. | Package xerrors implements functions to manipulate errors. | 
 Click to show internal directories. 
   Click to hide internal directories.