github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/srpc/frame-change-cipher-spec.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package srpc 4 5 // ChangeCipherSpec use to change cipher use in encryption||decryption proccess by connection! 6 // func ChangeCipherSpec() {} 7 8 // type changeCipherSpecReq struct { 9 // cipherSuite uint16 // Ciphersuite negotiated for the session 10 // }