I read about How to selectively reveal data on a blockchain as mentioned in https://www.multichain.com/developers/stream-confidentiality/
Lets say I have n nodes , I want to node1 to publish item which can be revealed to m nodes (not n-m nodes).
" For each participant who should see a piece of data, a stream entry is created which contains that data’s secret password, encrypted using that participant’s public key."
node1 needs to publish same secret password encrypted n times to stream.
Is my understanding correct?
I know you are working on MultiChain 2.0 which might have this feature