- Sort Score
- Result 10 results
- Languages All
Results 11 - 16 of 16 for sha384 (0.07 sec)
-
internal/config/identity/openid/ecdsa-sha3_contrib.go
//go:build !fips // +build !fips package openid import ( "crypto" "github.com/golang-jwt/jwt/v4" // Needed for SHA3 to work - See: https://golang.org/src/crypto/crypto.go?s=1034:1288 _ "golang.org/x/crypto/sha3" // There is no SHA-3 FIPS-140 2 compliant implementation ) // Specific instances for EC256 and company var ( SigningMethodES3256 *jwt.SigningMethodECDSA
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Nov 05 19:20:08 UTC 2021 - 1.8K bytes - Viewed (0) -
api/go1.4.txt
pkg compress/gzip, method (*Reader) Multistream(bool) # CL 138800043 crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum., David Leon Gil <******@****.***> pkg crypto, const SHA3_224 = 10 pkg crypto, const SHA3_224 Hash pkg crypto, const SHA3_256 = 11 pkg crypto, const SHA3_256 Hash pkg crypto, const SHA3_384 = 12 pkg crypto, const SHA3_384 Hash pkg crypto, const SHA3_512 = 13 pkg crypto, const SHA3_512 Hash
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
internal/config/identity/openid/jwt.go
jp := new(jwtgo.Parser) jp.ValidMethods = []string{ "RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512", "RS3256", "RS3384", "RS3512", "ES3256", "ES3384", "ES3512", } keyFuncCallback := func(jwtToken *jwtgo.Token) (interface{}, error) { kid, ok := jwtToken.Header["kid"].(string) if !ok {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 02:46:36 UTC 2024 - 8.4K bytes - Viewed (0) -
api/go1.txt
pkg crypto, const MD4 Hash pkg crypto, const MD5 Hash pkg crypto, const MD5SHA1 Hash pkg crypto, const RIPEMD160 Hash pkg crypto, const SHA1 Hash pkg crypto, const SHA224 Hash pkg crypto, const SHA256 Hash pkg crypto, const SHA384 Hash pkg crypto, const SHA512 Hash pkg crypto, func RegisterHash(Hash, func() hash.Hash) pkg crypto, method (Hash) Available() bool pkg crypto, method (Hash) New() hash.Hash
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.1.txt
pkg crypto, const MD4 = 1 pkg crypto, const MD5 = 2 pkg crypto, const MD5SHA1 = 8 pkg crypto, const RIPEMD160 = 9 pkg crypto, const SHA1 = 3 pkg crypto, const SHA224 = 4 pkg crypto, const SHA256 = 5 pkg crypto, const SHA384 = 6 pkg crypto, const SHA512 = 7 pkg crypto/aes, const BlockSize = 16 pkg crypto/des, const BlockSize = 8 pkg crypto/dsa, const L1024N160 = 0 pkg crypto/dsa, const L2048N224 = 1
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.2.txt
pkg crypto/rsa, type PSSOptions struct, SaltLength int pkg crypto/sha1, func Sum([]uint8) [20]uint8 pkg crypto/sha256, func Sum224([]uint8) [28]uint8 pkg crypto/sha256, func Sum256([]uint8) [32]uint8 pkg crypto/sha512, func Sum384([]uint8) [48]uint8 pkg crypto/sha512, func Sum512([]uint8) [64]uint8 pkg crypto/subtle, func ConstantTimeLessOrEq(int, int) int pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = 49161
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0)