index
:
roseh.moe
main
The website you're on right now
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-01
Linked list is cool, but have you heard of array
Rose Hogenson
1
-3
/
+3
2025-10-01
Fix the n^2 using a linked list
Rose Hogenson
1
-0
/
+1
2025-09-30
Allow appending to notes
Rose Hogenson
4
-24
/
+40
2025-09-30
Fix a small issue with updating the block index
Rose Hogenson
1
-2
/
+6
2025-09-30
Use some standard data structures for readability
Rose Hogenson
1
-58
/
+42
2025-09-30
Add a benchmark
Rose Hogenson
1
-16
/
+79
2025-09-30
Make the oae2 implementation a bit easier to read
Rose Hogenson
1
-89
/
+89
2025-09-29
Implement "online authenticated encryption"
Rose Hogenson
3
-162
/
+287
2025-09-28
Add a gob API
Rose Hogenson
3
-0
/
+199
2025-09-26
Turn up all the parameters
Rose Hogenson
1
-25
/
+29
2025-09-25
Fix test
Rose Hogenson
1
-4
/
+4
2025-09-25
Make CheckPassword a method
Rose Hogenson
1
-4
/
+4
2025-09-25
Move complex crypto logic into a helper package
Rose Hogenson
3
-33
/
+252
2025-09-25
Use AES-CTR-HMAC-SHA256 instead of AES-GCM
Rose Hogenson
1
-8
/
+17
2025-09-24
Tweak defaultIterations for tanjiro
Rose Hogenson
1
-1
/
+1
2025-09-24
Use PBKDF2-HMAC-SHA512 for key derivation
Rose Hogenson
1
-19
/
+7
2025-09-23
Use HKDF to expand key into both auth and encrypt
Rose Hogenson
1
-6
/
+18
2025-09-23
Combine password hash and salt secrets
Rose Hogenson
1
-0
/
+2
2025-09-23
Encrypt notepad at rest
Rose Hogenson
1
-3
/
+3
2025-09-23
Use pbkdf2 for password hashing instead of sha512
Rose Hogenson
1
-0
/
+22