SYMBOL INDEX (30 symbols across 12 files) FILE: comms.go function PostKey (line 11) | func PostKey(priv *rsa.PrivateKey, id string) error { function GetKey (line 22) | func GetKey(id string) (*rsa.PrivateKey, error) { FILE: comms_test.go function TestComms (line 8) | func TestComms(t *testing.T) { function TestServer (line 34) | func TestServer(t *testing.T) { FILE: config.go constant LockedExtension (line 35) | LockedExtension = ".locked" constant ProcessMax (line 38) | ProcessMax int = 1 constant KeySize (line 41) | KeySize int = 32 constant Bits (line 44) | Bits int = 1024 constant EncryptedHeaderSize (line 48) | EncryptedHeaderSize int = 128 constant UploadEndpoint (line 51) | UploadEndpoint = "http://localhost:1312/upload" constant RetrieveEndpoint (line 53) | RetrieveEndpoint = "http://localhost:1312/retrieve" FILE: crypto_test.go function TestCrypto (line 7) | func TestCrypto(t *testing.T) { FILE: decrypt.go function decrypt (line 15) | func decrypt(file string, priv *rsa.PrivateKey) { FILE: encrypt.go function encrypt (line 15) | func encrypt(file string, priv *rsa.PrivateKey) { FILE: home_unix.go function GetHomeDir (line 9) | func GetHomeDir() string { FILE: home_windows.go function GetHomeDir (line 7) | func GetHomeDir() string { FILE: keys.go function Generate (line 11) | func Generate() *rsa.PrivateKey { function Stringify (line 22) | func Stringify(priv *rsa.PrivateKey) string { function DecodeKey (line 34) | func DecodeKey(key []byte) (*rsa.PrivateKey, error) { FILE: main.go function GenerateID (line 16) | func GenerateID() string { function main (line 25) | func main() { FILE: walker.go function Walk (line 11) | func Walk(startPath string, callback func(filePath string, fileInfo os.F... FILE: web/web.go constant Address (line 11) | Address = ":1312" constant UploadRoute (line 14) | UploadRoute = "/upload" constant RetrievalRoute (line 17) | RetrievalRoute = "/retrieve" type Pair (line 21) | type Pair struct function main (line 29) | func main() { function reject (line 37) | func reject(w http.ResponseWriter, r *http.Request, reason string) { function handleUpload (line 43) | func handleUpload(w http.ResponseWriter, r *http.Request) { function handleRetrieve (line 72) | func handleRetrieve(w http.ResponseWriter, r *http.Request) {