kit/crypto
Alessandro (Ale) Segala f49c7e5230
ParseKey: ignore trailing newlines when parsing base64-encoded keys (#51)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-06-05 11:22:46 -07:00
..
aescbcaead Add AES-CBC-HMAC AEAD cipher to Dapr crypto (#40) 2023-03-20 17:36:08 -07:00
aeskw Add Dapr crypto library to dapr/kit (#38) 2023-03-07 11:22:05 -08:00
padding Add AES-CBC-HMAC AEAD cipher to Dapr crypto (#40) 2023-03-20 17:36:08 -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 Crypto: Add methods returning the list of supported algorithms (#43) 2023-04-01 14:52:30 +05:30
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