You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The encryption_key struct field and enckey entry in the router message data were only needed for aesgcm128 support which is no longer supported. We should remove these (and adjust the validation check against for it).
The various supported crypto encoding standards impls often need to be compared against each other and enc key is just now extra unnecessary noise, so this is a small but IMHO useful cleanup.
The text was updated successfully, but these errors were encountered:
pjenvey
added
2
Estimate - Small
cleanup
Database garbage collection and other general clean up and cost reduction tasks.
labels
Apr 1, 2021
Per #268 (review):
The
encryption_key
struct field andenckey
entry in the router message data were only needed foraesgcm128
support which is no longer supported. We should remove these (and adjust the validation check against for it).The various supported crypto encoding standards impls often need to be compared against each other and enc key is just now extra unnecessary noise, so this is a small but IMHO useful cleanup.
The text was updated successfully, but these errors were encountered: