Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HexEncoding (0.2 sec)

  1. src/encoding/base32/base32.go

    	}
    	return e
    }
    
    // StdEncoding is the standard base32 encoding, as defined in RFC 4648.
    var StdEncoding = NewEncoding("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567")
    
    // HexEncoding is the “Extended Hex Alphabet” defined in RFC 4648.
    // It is typically used in DNS.
    var HexEncoding = NewEncoding("0123456789ABCDEFGHIJKLMNOPQRSTUV")
    
    // WithPadding creates a new encoding identical to enc except
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 16:25:54 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top