moov-io / signedxml

pure go library for processing signed XML documents
MIT License
52 stars 44 forks source link

How can I add this Canonicalization: http://www.w3.org/TR/2001/REC-xml-c14n-20010315 #42

Open hel-o opened 1 year ago

hel-o commented 1 year ago

I would like to add this Canonicalization Method: http://www.w3.org/TR/2001/REC-xml-c14n-20010315 How can I start?

adamdecaf commented 1 year ago

I thought we already added that, see https://github.com/search?q=repo%3Amoov-io%2Fsignedxml%20REC-xml-c14n-20010315&type=code

It's added here: https://github.com/moov-io/signedxml/blob/master/signedxml.go#L49