google / libsxg

Signed HTTP Exchange library
Apache License 2.0
54 stars 22 forks source link

eliminate sxg_buffer_t from internal space #8

Open kumagi opened 5 years ago

kumagi commented 5 years ago

On making this library useful from Ruby or Python or C++, sxg_buffer_t is too closely bounded with internal implementation, we should divide it into pure pointer and length manipulation.

twifkak commented 3 years ago

@kumagi Did you confirm that this is necessary for Ruby/Python bindings? Did you do the additional research you had planned? Would appreciate details if you have them.