hashGostFiles static method

String hashGostFiles(
  1. List<int> raw
)

Implementation

static String hashGostFiles(List<int> raw) => Hex.fromBytes(_hash(raw));