grpc-go/credentials/alts/internal/conn
Jonathan Halterman 6a5a283b69
Use builtin min and max functions (#7478)
* Use builtin min and max functions

Go added builtin min and max functions in 1.21. This commit removes existing functions and uses the built-ins in stead.

* Revert gofmt changes
2024-08-20 10:42:02 +05:30
..
aeadrekey.go *: fix minor typos (#7487) 2024-08-14 22:43:01 +05:30
aeadrekey_test.go Modified tests to use tlogger. (#3343) 2020-02-06 13:03:20 -08:00
aes128gcm.go Revert "alts: Reduce ALTS counter overflow length from 5 to 4. (#6699)" (#6746) 2023-10-24 15:13:54 -07:00
aes128gcm_test.go Modified tests to use tlogger. (#3343) 2020-02-06 13:03:20 -08:00
aes128gcmrekey.go *: fix minor typos (#7487) 2024-08-14 22:43:01 +05:30
aes128gcmrekey_test.go Modified tests to use tlogger. (#3343) 2020-02-06 13:03:20 -08:00
common.go credentials/alts: Move alts/core to alts/internal (#2292) 2018-09-05 15:15:42 -07:00
counter.go credentials/alts: Minor typo fix (#2344) 2018-10-02 10:00:23 -07:00
counter_test.go Revert "alts: Reduce ALTS counter overflow length from 5 to 4. (#6699)" (#6746) 2023-10-24 15:13:54 -07:00
record.go Use builtin min and max functions (#7478) 2024-08-20 10:42:02 +05:30
record_test.go *: fix minor typos (#7487) 2024-08-14 22:43:01 +05:30
utils.go credentials/alts: Export test APIs (#2293) 2018-09-07 11:05:56 -07:00