mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-26 23:16:08 +00:00
feat(demos): gate behind -tags demos (grpc opt-in only)
The 8 demo mains import github.com/hanzoai/base which pulls grpc transitively via the legacy Google Cloud SDK chain. grpc is opt-in only across the Lux stack, so demos follow the same discipline: build with -tags demos. Default fhe build: 0 grpc / 0 google cloud.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//go:build demos
|
||||
|
||||
// Copyright (C) 2025, Lux Industries Inc. All rights reserved.
|
||||
// See the file LICENSE for licensing terms.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build demos
|
||||
|
||||
// Copyright (C) 2025, Lux Industries Inc. All rights reserved.
|
||||
// See the file LICENSE for licensing terms.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build demos
|
||||
|
||||
// Copyright (C) 2025, Lux Industries Inc. All rights reserved.
|
||||
// See the file LICENSE for licensing terms.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build demos
|
||||
|
||||
// Copyright (C) 2025, Lux Industries Inc. All rights reserved.
|
||||
// See the file LICENSE for licensing terms.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build demos
|
||||
|
||||
// Copyright (C) 2025, Lux Industries Inc. All rights reserved.
|
||||
// See the file LICENSE for licensing terms.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build demos
|
||||
|
||||
// Copyright (C) 2025, Lux Industries Inc. All rights reserved.
|
||||
// See the file LICENSE for licensing terms.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build demos
|
||||
|
||||
// regulated-vault — Private app where operators can't see user data,
|
||||
// but regulators can force-decrypt via MPC threshold approval.
|
||||
//
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build demos
|
||||
|
||||
// Copyright (C) 2025, Lux Industries Inc. All rights reserved.
|
||||
// See the file LICENSE for licensing terms.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user