]> Cypherpunks repositories - gostls13.git/commit
asn1: add big support.
authorAdam Langley <agl@golang.org>
Fri, 20 May 2011 17:20:08 +0000 (10:20 -0700)
committerAdam Langley <agl@golang.org>
Fri, 20 May 2011 17:20:08 +0000 (10:20 -0700)
commit7f099cdc76a04fa93425f422ea844f88e4cb82f1
treef2ee357f4e0ebe3cdf6c3325c99f9b49cdcb7efe
parent4fdcb7b684d7719c0beedf247787be06751f1b2c
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
src/pkg/asn1/asn1.go
src/pkg/asn1/asn1_test.go
src/pkg/asn1/common.go
src/pkg/asn1/marshal.go