Просмотр исходного кода

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

Frédéric Guillot 2 недель назад
Родитель
Сommit
fa9ab92b40
1 измененных файлов с 1 добавлено и 1 удалено
  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