BinaryCacheStore: Remove publicKeyFile argument
The public key can be derived from the secret key, so there's no need for the user to supply it separately.
Showing
- src/libstore/binary-cache-store.cc 3 additions, 6 deletionssrc/libstore/binary-cache-store.cc
- src/libstore/binary-cache-store.hh 1 addition, 2 deletionssrc/libstore/binary-cache-store.hh
- src/libstore/crypto.cc 11 additions, 0 deletionssrc/libstore/crypto.cc
- src/libstore/crypto.hh 12 additions, 0 deletionssrc/libstore/crypto.hh
- src/libstore/http-binary-cache-store.cc 3 additions, 4 deletionssrc/libstore/http-binary-cache-store.cc
- src/libstore/local-binary-cache-store.cc 8 additions, 11 deletionssrc/libstore/local-binary-cache-store.cc
- src/libstore/store-api.hh 1 addition, 2 deletionssrc/libstore/store-api.hh
Loading
Please register or sign in to comment