Anit Gandhi

Results 10 issues of Anit Gandhi

This tool is great as a Go version manager, but it would be nice if there was an option to delete an existing installation/version of Go. For example, I just...

maxLen is incorrectly being calculated by moving the multiplication by 2 into the floor, whereas the spec calls for the multiplication to happen outside (after) the flooring. This causes the...

https://github.com/capitalone/fpe/blob/e6bfa0dae121111c2e93483777f0f2cde562f341/ff3/ff3.go#L374-L377

## Description of Issue Based on [the recent cryptanalysis of FF3](https://beta.csrc.nist.gov/News/2017/Recent-Cryptanalysis-of-FF3), the FF3 algorithm is no longer considered a suitable algorithm for FPE by NIST. However, a simple fix was...

enhancement

## Description of Enhancement Expanding on #1 , in theory, this package should support arbitrary alphabets as well. It will require either major changes to `math/big` or a new sub-package....

enhancement

## Description of Issue While FF2 was not approved by NIST and is currently under re-review as DFF, it may not hurt to add another package `ff2` that implements the...

Dial should not unconditionally sleep for that amount of time. If the conection succeeded via the asynchronous goroutine, we can simply return early. This is particularly helpful in situations where...

### Use case(s) - what problem will this feature solve? This is essentially a re-open of #4155, because I don't believe it was actually fixed for `Dial`. We use `grpc.WithBlock`...

P2
Type: Feature
fixit
Area: Client

Previously, the metric name was always the query name, prefixed with `sql_`. Now, that remains the behavior if a prefix is not provided in the job config. An empty string...