diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-05 16:02:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-05 16:02:39 -0400 |
commit | d9b78f90a9ceafa810d82c46d4eb489aeab8820b (patch) | |
tree | 9688db2d6ee58126edf955a6bfcfb46eab122485 /doc/design | |
parent | 62f24fd4500bf49a404b2c0f79ec8f935b5f3fe5 (diff) |
automatically derive an annex-uuid from a gcrypt-uuids
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/gcrypt.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/design/gcrypt.mdwn b/doc/design/gcrypt.mdwn new file mode 100644 index 000000000..d5b9c064b --- /dev/null +++ b/doc/design/gcrypt.mdwn @@ -0,0 +1,8 @@ +To integrate with git-remote-gcrypt, a key thing is to have a way to map +from the gcrypt-id of an encrypted repository to a git-annex repository +uuid. + +To do this, we'll make a v5 UUID, feeding in the gcrypt-id. +The namespace used is itself a v5 UUID, generated using the URL +namespace and the URL of this page at the time this scheme was +developed: "http://git-annex.branchable.com/design/gcrypt/" |