Calcula o hash SHA1 dos dados data.
data
List<int> sha1(List<int> data) { return crypto.sha1.convert(data).bytes; }