Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DARECiphers (0.08 sec)

  1. 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 {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sat Jul 19 06:23:15 UTC 2025
    - 2.8K bytes
    - Viewed (0)
Back to top