- merge xmldsig and xmlenc into a single package - implement thread-safe error capture - implement encryption using libxmlsec, discarding the go implementation
7 lines
230 B
Go
7 lines
230 B
Go
package xmlsec
|
|
|
|
// void onError_cgo(char *file, int line, char *funcName, char *errorObject, char *errorSubject, int reason, char *msg) {
|
|
// onError(file, line, funcName, errorObject, errorSubject, reason, msg);
|
|
// }
|
|
import "C"
|