wcTopicFromSymKey function

String wcTopicFromSymKey(
  1. String symKeyHex
)

Convenience alias: the pairing/session topic is SHA-256 of the symKey.

Implementation

String wcTopicFromSymKey(String symKeyHex) => wcHashKey(symKeyHex);