David E. Wheeler

Results 483 comments of David E. Wheeler
trafficstars

> To access individual keys as `tinkpb.Keyset_Key` an option is to obtain the `tinkpb.Keyset` from the handle using `insecurecleartextkeyset.KeysetMaterial`, then iterate over `protoKeyset.GetKey()`. Ah-ha, that is exactly what I needed,...

Updated the description, because the handle returned by `manager.Handle` does reflect the proper count. This works with both v2.2.0 and v2.3.0: ```go package main import ( "log" "github.com/tink-crypto/tink-go/v2/aead" "github.com/tink-crypto/tink-go/v2/keyset" )...

I can't speak for the others, but yes it worked once I figured it out. Seems fussier than I'd like but I understand the sentiment. Would be useful if the...