static Uint8List signDetached(Uint8List simpleHash, Uint8List key) { return Dartez.sodiumUtils.sign(simpleHash, key); }