kit/crypto
Alessandro (Ale) Segala 2d30434d91
Update linter to 1.55.1 and fix linter errors (#71)
* Update linter to 1.55.1 and fix linter errors

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Also disable tagalign linter

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-10-30 11:55:29 -07:00
..
aescbcaead Update linter to 1.55.1 and fix linter errors (#71) 2023-10-30 11:55:29 -07:00
aeskw Update linter to 1.55.1 and fix linter errors (#71) 2023-10-30 11:55:29 -07:00
padding Update linter to 1.55.1 and fix linter errors (#71) 2023-10-30 11:55:29 -07:00
asymmetric_enc.go Crypto: Add methods returning the list of supported algorithms (#43) 2023-04-01 14:52:30 +05:30
asymmetric_enc_test.go Add Dapr crypto library to dapr/kit (#38) 2023-03-07 11:22:05 -08:00
asymmetric_sig.go Use ASN.1 serialization for ECDSA signatures (#44) 2023-04-05 23:00:32 +05:30
asymmetric_sig_test.go Add Dapr crypto library to dapr/kit (#38) 2023-03-07 11:22:05 -08:00
consts.go Add Dapr crypto library to dapr/kit (#38) 2023-03-07 11:22:05 -08:00
crypto.go Add Dapr crypto library to dapr/kit (#38) 2023-03-07 11:22:05 -08:00
keys.go ParseKey: ignore trailing newlines when parsing base64-encoded keys (#51) 2023-06-05 11:22:46 -07:00
keys_test.go ParseKey: ignore trailing newlines when parsing base64-encoded keys (#51) 2023-06-05 11:22:46 -07:00
symmetric-test-vectors.json Add Dapr crypto library to dapr/kit (#38) 2023-03-07 11:22:05 -08:00
symmetric.go Update linter to 1.55.1 and fix linter errors (#71) 2023-10-30 11:55:29 -07:00
symmetric_test.go Add AES-CBC-HMAC AEAD cipher to Dapr crypto (#40) 2023-03-20 17:36:08 -07:00
testdata_test.go Add Dapr crypto library to dapr/kit (#38) 2023-03-07 11:22:05 -08:00