v0.13.0
GitHub (v0.12.0...v0.13.0)
- #95 StaticString decoding zero fix
- #94 StaticBigInt collection
- #89 Req. init?(words:) method
- #88 Make TwinHeaded private
- #86 Text de/encoding abstraction
- #85 Many algorithms, few namespaces?
- #84 Labels: major/minor instead of words/bits
New in NBKCoreKit
+ struct NBKStaticBigInt
- struct NBKTwinHeaded<Base>Let there be
lightintegers.
init?(words: some RandomAccessCollection<UInt>)
init?(words: some RandomAccessCollection<UInt>, isSigned: Bool)New in NBKDoubleWidthKit
func bitshift[ed][direction](major:minor:) // from bitshift[ed][direction](words:bits:)
func bitrotate[d][direction](major:minor:) // from bitrotate[d][direction](words:bits:)