// Package vault provides the API functions to read and write the encrypted // notes for dethnote. package vault func CreateNote(email string, timeout int, message string) { }