mirror of
https://github.com/nabbar/golib.git
synced 2025-10-15 12:20:41 +08:00
@@ -33,12 +33,12 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// Deprecated: use StringToCipherKey
|
||||
// Deprecated: use StringToCipherKey.
|
||||
func GetCipherKey(cipher string) uint16 {
|
||||
return StringToCipherKey(cipher)
|
||||
}
|
||||
|
||||
// Deprecated: use StringToCurveID
|
||||
// Deprecated: use StringToCurveID.
|
||||
func GetCurveID(curveRef string) tls.CurveID {
|
||||
return StringToCurveID(curveRef)
|
||||
}
|
||||
|
Reference in New Issue
Block a user