sbp 6.3.1 → 6.3.2
raw patch · 2 files changed
+5/−5 lines, 2 files
Files
- sbp.cabal +1/−1
- src/SwiftNav/SBP/Signing.hs +4/−4
sbp.cabal view
@@ -1,5 +1,5 @@ name: sbp-version: 6.3.1+version: 6.3.2 synopsis: SwiftNav's SBP Library homepage: https://github.com/swift-nav/libsbp license: MIT
@@ -247,7 +247,7 @@ , _msgAesCmacSignature_signature :: ![Word8] -- ^ Signature (CMAC tag value) , _msgAesCmacSignature_flags :: !Word8- -- ^ Describes the format of the 'signed messages' field below.+ -- ^ Describes the format of the 'signed_messages' field. , _msgAesCmacSignature_signed_messages :: ![Word8] -- ^ CRCs of the messages covered by this signature. For Skylark, which -- delivers SBP messages wrapped in Swift's proprietary RTCM message,@@ -286,7 +286,7 @@ -- An ECDSA-256 signature using SHA-256 as the message digest algorithm. data MsgEcdsaSignature = MsgEcdsaSignature { _msgEcdsaSignature_flags :: !Word8- -- ^ Describes the format of the `signed\_messages` field below.+ -- ^ Describes the format of the 'signed_messages' field. , _msgEcdsaSignature_stream_counter :: !Word8 -- ^ Signature message counter. Zero indexed and incremented with each -- signature message. The counter will not increment if this message was@@ -340,7 +340,7 @@ -- Deprecated. data MsgEcdsaSignatureDepB = MsgEcdsaSignatureDepB { _msgEcdsaSignatureDepB_flags :: !Word8- -- ^ Describes the format of the `signed\_messages` field below.+ -- ^ Describes the format of the 'signed_messages' field. , _msgEcdsaSignatureDepB_stream_counter :: !Word8 -- ^ Signature message counter. Zero indexed and incremented with each -- signature message. The counter will not increment if this message was@@ -401,7 +401,7 @@ -- Deprecated. data MsgEcdsaSignatureDepA = MsgEcdsaSignatureDepA { _msgEcdsaSignatureDepA_flags :: !Word8- -- ^ Describes the format of the `signed\_messages` field below.+ -- ^ Describes the format of the 'signed_messages' field. , _msgEcdsaSignatureDepA_stream_counter :: !Word8 -- ^ Signature message counter. Zero indexed and incremented with each -- signature message. The counter will not increment if this message was