// // PrekeyBundleTests.swift // bitchat // // This is free and unencumbered software released into the public domain. // For more information, see // import Testing import Foundation import CryptoKit import BitFoundation @testable import bitchat /// Wire format and signature binding for gossiped one-time prekey bundles. struct PrekeyBundleTests { private func makePrekeys(_ count: Int) -> [PrekeyBundle.Prekey] { (0..