newSessionTss

abstract fun newSessionTss(): TSS

Construct a fresh per-session TSS instance — used by the createTrioSession(...) factories so each session owns its own native-handle tracking list. The process-singleton tss is kept for stateless utilities (getKeyshareKeyId etc.); sharing it for sessions would mean the library's allocation list grows monotonically and concurrent sessions race on it.