Re: [go-nuts] Minisign for x/crypto

2020-12-01 Thread 'Péter Szilágyi' via golang-nuts
his needs to live in x/crypto. > > Cheers, > Filippo > > On Wed, Nov 18, 2020 at 3:01 AM Ian Lance Taylor wrote: > >> [ + Filippo ] >> >> On Tue, Nov 17, 2020 at 12:56 PM 'Péter Szilágyi' via golang-nuts >> wrote: >> > >>

[go-nuts] Minisign for x/crypto

2020-11-17 Thread 'Péter Szilágyi' via golang-nuts
Hey all, This is just a quick question whether the Go maintainers would be interested in a package contribution to `x/crypto` to implement minisign? https://jedisct1.github.io/minisign/ Cheers, Peter -- You received this message because you are subscribed to the Google Groups "golang-nut

[go-nuts] Heap profiling with actual memory usage instead of allocation origin?

2018-01-18 Thread Péter Szilágyi
Hi all, We've been trying to track down a nasty memory allocation issue (i.e. a leak somewhere) for the past few months and mostly failed. A few times we thought to create a heap profile to see where the memory is at, but the heap profile only tells us where the memory was allocated (I can answe

Re: [go-nuts] Re: Golang , Certification authorities and BlockChain

2017-04-09 Thread Péter Szilágyi
You might want to look into Ethereum if you're trying to build blockchain stuff with Go. The Go client represents the current network majority and we're really striving to make it reusable as a library. Pop over to out gitter channel