- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for DARECiphers (0.04 seconds)
-
internal/crypto/crypto.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package crypto import ( "crypto/tls" "github.com/minio/sio" ) // DARECiphers returns a list of supported cipher suites // for the DARE object encryption. func DARECiphers() []byte { return []byte{sio.AES_256_GCM, sio.CHACHA20_POLY1305} } // TLSCiphers returns a list of supported TLS transport // cipher suite IDs. func TLSCiphers() []uint16 {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sat Jul 19 06:23:15 GMT 2025 - 2.8K bytes - Click Count (0)