protocol: Split FingerprintError out from SignalProtocolError

The "fingerprint" / safety number operations *are* tied to the
"protocol" in that they provide a way to verify identity keys, but
they are also completely distinct from the message handling that the
rest of SignalProtocolError is used for.
This commit is contained in:
Jordan Rose
2025-08-15 12:21:25 -07:00
committed by GitHub
parent 912d75d3b5
commit 8fdb2778bc
21 changed files with 153 additions and 145 deletions

View File

@@ -5,7 +5,7 @@
Pod::Spec.new do |s|
s.name = 'LibSignalClient'
s.version = '0.78.4'
s.version = '0.79.0'
s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.'
s.homepage = 'https://github.com/signalapp/libsignal'