]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/HTTPSignature.php
Cleaned code
[friendica.git] / src / Util / HTTPSignature.php
index 8fa8566af378b30bba135efcfefca8b89fffeb5d..aba280cf1dc57fd54205a915e7bfe6db21b8b374 100644 (file)
@@ -16,6 +16,9 @@ use Friendica\Protocol\ActivityPub;
  *
  * Ported from Hubzilla: https://framagit.org/hubzilla/core/blob/master/Zotlabs/Web/HTTPSig.php
  *
+ * Other parts of the code for HTTP signing are taken from the Osada project.
+ * https://framagit.org/macgirvin/osada
+ *
  * @see https://tools.ietf.org/html/draft-cavage-http-signatures-07
  */