feat: SGX attestation
This commit is contained in:
parent
b055df5b87
commit
75867ef85a
13 changed files with 1334 additions and 9 deletions
|
|
@ -6,7 +6,12 @@
|
|||
export { SecureChatCompletion } from './api/SecureChatCompletion';
|
||||
export { SecureCompletionClient } from './core/SecureCompletionClient';
|
||||
|
||||
// SGX DCAP attestation — mirrors Python's AttestationPolicy, QuoteVerifier,
|
||||
// CallableQuoteVerifier, JwtQuoteVerifier and SgxAttestationVerifier
|
||||
export * from './core/attestation';
|
||||
|
||||
// Export types
|
||||
export * from './types/attestation';
|
||||
export * from './types/api';
|
||||
export * from './types/client';
|
||||
export * from './types/crypto';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue