docs(tfhe): add various docstrings

- add docstring for lwe_keyswitch
- add docstring for lwe_keyswitch_key_generation
- add docstring for lwe_secret_key_generation
This commit is contained in:
Arthur Meyre
2022-12-12 11:19:50 +01:00
committed by jborfila
parent c6fb496ea1
commit 5c81e04c0b
7 changed files with 229 additions and 4 deletions

View File

@@ -170,4 +170,4 @@ conformance: fmt
.PHONY: help # Generate list of targets with descriptions
help:
@grep '^.PHONY: .* #' Makefile | sed 's/\.PHONY: \(.*\) # \(.*\)/\1\t\2/' | expand -t30 | sort
@grep '^\.PHONY: .* #' Makefile | sed 's/\.PHONY: \(.*\) # \(.*\)/\1\t\2/' | expand -t30 | sort