timestamp icon indicating copy to clipboard operation
timestamp copied to clipboard

Time-Stamp Protocol (TSP) implementation for Go as specified in RFC3161

Results 3 timestamp issues
Sort by recently updated
recently updated
newest added

I strongly suspect that I am "using it wrong", but the structure returned by ParseResponse does not include the signature and may be missing other information which might be necessary...

Both my editor and the github source code viewer slows down a lot from parsing those very long byte sequences so I converted them to to //go:embed. Since embed is...