crewjam / go-xmlsec

golang bindings for xmlsec
BSD 2-Clause "Simplified" License
26 stars 13 forks source link

consider implementing xmlenc with libxmlsec rather than native #3

Closed crewjam closed 8 years ago

crewjam commented 8 years ago

xmldsig is implemented with cgo bindings to libxmlsec, while xmlenc.Decrypt() is implemented directly. Make sure we have a good reason for this (I think we do) or fix it.

crewjam commented 8 years ago

done