fix
杨锴
2024-08-23 adc2db9bb29e7f316c46b6de679db1522ffc9cc8
Pods/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BigUInt.swift
@@ -29,8 +29,8 @@
          case array
      }
      internal fileprivate (set) var kind: Kind // Internal for testing only
      internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
      internal fileprivate(set) var kind: Kind // Internal for testing only
      internal fileprivate(set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
      /// Initializes a new BigUInt with value 0.
      public init() {