Drop LibmuttonInit; clients should implement this manually

This commit is contained in:
2026-02-01 23:07:24 -05:00
parent 6c0322601c
commit aa716c59d2
3 changed files with 2 additions and 35 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ int main() {
- [X] EntryRefresh(oldRCWPassword, newRCWPassword []byte, removeOldDir bool) error
- [X] GenTOTP(secret string, time time.Time) (string, error)
- [X] GetOldEntryData(realPath string, field int, rcwPassword []byte) ([]string, error)
- [X] LibmuttonInit(inputCB func(prompt string) string, rcwPassword []byte, ...) error
- [X] ~~LibmuttonInit(inputCB func(prompt string) string, rcwPassword []byte, ...) error~~ (should be performed manually)
- [X] RCWSanityCheckGen(password []byte) error
- [X] VerifyEntries(rcwPassword []byte) error
- [X] WriteEntry(realPath string, decSlice []string, passwordIsNew bool, rcwPassword []byte) error