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
I would like to integrate age into my C code base. Since there is no official C implementation, I'm wondering what the best approach would be.
Use Go implementation: For Go there is the build flag -buildmode=c-archive which should create a static library and allow me to export certain symbols I would like to use from my C code base
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to integrate
age
into my C code base. Since there is no official C implementation, I'm wondering what the best approach would be.-buildmode=c-archive
which should create a static library and allow me to export certain symbols I would like to use from my C code baseDid someone try to achieve this with one of the above options, or has any suggestions/ideas?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions