* Added a SecItem enum to wrap existing security API functions
* Updated the SecError to easily create an error from an OSStatus
* Updated the SecError.Code to be more future proof and performant
* Removed the unused Keychain.swift file
* Added the SecError to throw when interacting with the Keychain
* Added the SecError.Code to wrap the status codes thrown by interacting
with the Keychain
Co-authored-by: Bram Kolkman <bramkolkman@thinkerium.nl>
Reviewed-on: #2
* Added the Keychain package
* Added a Makefile to easily build the package
* Added a Gitea pull request action
* Updated the README with additional information
Co-authored-by: Bram Kolkman <bramkolkman@thinkerium.com>
Reviewed-on: #1