modify the recommended reactNativeBlindingClient object so that the blinding factor is passed in as a parameter into the blind function instead of into the constructor, to maintain same pattern as other blinding clients
blindMessageWithRandom, which is currently being used in Valora, doesn't seem to exist in the react-native-blind-threshold-bls package anymore, we should use blindMessage instead
https://celo-org.slack.com/archives/C042J9GHJB0/p1672911102981679
reactNativeBlindingClient
object so that the blinding factor is passed in as a parameter into the blind function instead of into the constructor, to maintain same pattern as other blinding clientsblindMessageWithRandom
, which is currently being used in Valora, doesn't seem to exist in thereact-native-blind-threshold-bls
package anymore, we should useblindMessage
instead