topic = SHA-256(symKey-bytes), as hex. Also used to hash any hex key.
String wcHashKey(String keyHex) => hexEncode(sha256(hexDecode(keyHex)));