-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support padding characters in base32 (#32)
* Support Base32 with padding * Optimize Base32._encode * Add .vscode to .gitignore * Swift format, Update CI * Correct buffer size * Calculate padding size correctly * Update CI Get rid of Xcode build tests and just use SwiftPM, reduce number of tests as many are unnecessary * Update CI Integration tests * Dunno what is going on with Integration tests * Update code-coverage * Delete LinuxMain.swift * xcrun llvm-cov * Fix typo in macOS CI * Use macOS-14
- Loading branch information
1 parent
97237cf
commit 188c596
Showing
8 changed files
with
178 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.build | ||
/*.xcodeproj | ||
xcuserdata | ||
/.swiftpm | ||
/.swiftpm | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.