Skip to content

v0.13.0

Choose a tag to compare

@oscbyspro oscbyspro released this 30 Sep 08:38
· 323 commits to main since this release

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 light integers.

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:)