1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg/asn1
Adam Langley 7f099cdc76 asn1: add big support.
Initially I wanted to minimise dependencies but it's become clear that
big int support in ASN.1 is a common need and that it should be part
of the core.

R=bradfitz
CC=golang-dev
https://golang.org/cl/4550063
2011-05-20 10:20:08 -07:00
..
asn1_test.go asn1: add big support. 2011-05-20 10:20:08 -07:00
asn1.go asn1: add big support. 2011-05-20 10:20:08 -07:00
common.go asn1: add big support. 2011-05-20 10:20:08 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
marshal_test.go asn1: Implement correct marshalling of length octets 2011-04-11 10:28:34 -04:00
marshal.go asn1: add big support. 2011-05-20 10:20:08 -07:00