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
In section https://trustoverip.github.io/tswg-tsp-specification/#tsp-use-of-sealed-box-for-pkae we have two C function headers taken from the libsodium documentation, then some pseudo-code that seems to be mixing python indentation with the use of references from the C code. Python doesn't have the & operator for variable addresses (nor does psuedo-code usually) and this is probably confusing. I think I understand the intent of the code so I might try and push a PR for this but wanted to note this issue in case I forget.
The text was updated successfully, but these errors were encountered:
In section https://trustoverip.github.io/tswg-tsp-specification/#tsp-use-of-sealed-box-for-pkae we have two C function headers taken from the libsodium documentation, then some pseudo-code that seems to be mixing python indentation with the use of references from the C code. Python doesn't have the
&
operator for variable addresses (nor does psuedo-code usually) and this is probably confusing. I think I understand the intent of the code so I might try and push a PR for this but wanted to note this issue in case I forget.The text was updated successfully, but these errors were encountered: