Calculating mixHash in go

Hey folks,

i've got headerhash and nonce and want to calculate mixhash in go like it works here in python:

https://github.com/ethereum/ethash/blob/master/src/python/core.c#L95

But it seems there is no similar function in go for this, I always have to pass mixDigest - no function allows me to actually calculate mixDigest and return it to me. Is that correct or am I overlooking something ?
Sign In or Register to comment.