@@ -19,10 +19,6 @@ extension Collection where Self.Iterator.Element == UInt8, Self.Index == Int {
result.append(val)
}
- for _ in result.count..<MemoryLayout<UInt32>.size {
- result.append(0)
- }
-
return result
@@ -42,10 +38,6 @@ extension Collection where Self.Iterator.Element == UInt8, Self.Index == Int {
- for _ in result.count..<MemoryLayout<UInt64>.size {