Skip to content

Commit

Permalink
Update AsyncDarkstarCipher.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Mar 6, 2024
1 parent 87bd6fa commit 49030bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ShadowSwift/Async/AsyncDarkstarCipher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class AsyncDarkstarCipher
let log: Logger
static let lengthSize = 2
static let tagSize = 16
static let maxPayloadSize = 16417
public static let maxPayloadSize = 16417
static let overhead = Cipher.lengthSize + Cipher.tagSize + Cipher.tagSize
static let maxRead = Cipher.maxPayloadSize + Cipher.overhead
static let minRead = 1 + Cipher.overhead
Expand Down

0 comments on commit 49030bb

Please sign in to comment.