You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't SignalCommonCryptoProvider.h be private? And, shouldn't SignalPreKeyMessage.h be private like SignalMessage.h?
I can't think of any good reasons that an application using SignalProtocol-ObjC would need to know about SignalCommonCryptoProvider and/or its instance method cryptoProvider or SignalPreKeyMessage and/or its designated initializer.
The text was updated successfully, but these errors were encountered:
Shouldn't
SignalCommonCryptoProvider.h
be private? And, shouldn'tSignalPreKeyMessage.h
be private likeSignalMessage.h
?I can't think of any good reasons that an application using SignalProtocol-ObjC would need to know about
SignalCommonCryptoProvider
and/or its instance methodcryptoProvider
orSignalPreKeyMessage
and/or its designated initializer.The text was updated successfully, but these errors were encountered: