Browse Source

docs(googlereader): update README to reflect HMAC-SHA256 change

Frédéric Guillot 1 tuần trước cách đây
mục cha
commit
fa9ab92b40
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      internal/googlereader/README.md

+ 1 - 1
internal/googlereader/README.md

@@ -80,7 +80,7 @@ The digest is generated server-side from:
 - the Google Reader username
 - the stored bcrypt hash of the Google Reader password
 
-Specifically, the code computes an HMAC-SHA1 digest of an empty message using the key:
+Specifically, the code computes an HMAC-SHA256 digest of an empty message using the key:
 
 ```text
 googlereader_username + bcrypt_hash