package ber

import 

// Marshal wraps the asn1.Marshal function
func ( interface{}) ([]byte, error) {
	return asn1.Marshal()
}