github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/go/tao/addingaciphersuite.txt (about) 1 Adding a new cipher suite 2 3 1. Add suite name in const structure in tao.go 4 5 2. Set global variable cryptoSuite to the new cipher suite. 6 7 3. Add decoding for new suite in key_decoding.go 8 9 4. Add algorithm implementation and calling (mostly involving switches) in keys.go 10