Skip to main content
. 2019 Mar 28;19(7):1513. doi: 10.3390/s19071513
  Algorithm 1 IssueGroupPublicKey
  Input: groupID, groupPublicKey
  Output: bool
  1: if msg.sender is not AccessControlServer
  2: return false;
  3: end if
  4: add groupID to Groups collection
  5: mapping groupPublicKey to groupID
  6: return true;